FileGdbCoordinatePrecisionGrid Class

Summary: A coordinate precision grid inside a FileGDB layer.

Module: aspose.gis.formats.filegdb

Full Name: aspose.gis.formats.filegdb.FileGdbCoordinatePrecisionGrid

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
FileGdbCoordinatePrecisionGrid()Initializes a new instance of the FileGdbCoordinatePrecisionGrid class

Properties

NameTypeAccessDescription
m_originNullabler/wGets or sets the origin of M coordinate. If set to the default is used.
m_scaleNullabler/wGets or sets the scale of M coordinate. If set to the default is used.
x_originNullabler/wGets or sets the origin of X coordinate. If set to the default is used.
xy_scaleNullabler/wGets or sets the scale of X and Y coordinates. If set to the default is used.
y_originNullabler/wGets or sets the origin of Y coordinate. If set to the default is used.
z_originNullabler/wGets or sets the origin of Z coordinate. If set to the default is used.
z_scaleNullabler/wGets or sets the scale of Z coordinate. If set to the default is used.

Methods

NameDescription
create_from_rectangle(p1, p2)Creates new FileGdbCoordinatePrecisionGrid such that all values within a rectangle are representable.

Constructor: FileGdbCoordinatePrecisionGrid()

 FileGdbCoordinatePrecisionGrid() 

Initializes a new instance of the FileGdbCoordinatePrecisionGrid class

Method: create_from_rectangle(p1, p2) [static]

 create_from_rectangle(p1, p2) 

Creates new FileGdbCoordinatePrecisionGrid such that all values within a rectangle are representable.

Parameters:

ParameterTypeDescription
p1IPointOne corner of the rectangle.
p2IPointOpposite corner of the rectangle. Must have same dimensions as .

Returns

TypeDescription
FileGdbCoordinatePrecisionGridThe FileGdbCoordinatePrecisionGrid such that all values within a rectangle are representable.
Values outside of the rectangle are not representable, so all coordinates that will be written to FileGDB layer
must be inside the rectangle.