FileGdbCoordinatePrecisionGrid Class
Contents
[
Hide
]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
| Name | Description |
|---|---|
| FileGdbCoordinatePrecisionGrid() | Initializes a new instance of the FileGdbCoordinatePrecisionGrid class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| m_origin | Nullable | r/w | Gets or sets the origin of M coordinate. If set to |
| m_scale | Nullable | r/w | Gets or sets the scale of M coordinate. If set to |
| x_origin | Nullable | r/w | Gets or sets the origin of X coordinate. If set to |
| xy_scale | Nullable | r/w | Gets or sets the scale of X and Y coordinates. If set to |
| y_origin | Nullable | r/w | Gets or sets the origin of Y coordinate. If set to |
| z_origin | Nullable | r/w | Gets or sets the origin of Z coordinate. If set to |
| z_scale | Nullable | r/w | Gets or sets the scale of Z coordinate. If set to |
Methods
| Name | Description |
|---|---|
| create_from_rectangle(p1, p2) | Creates new |
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
Parameters:
| Parameter | Type | Description |
|---|---|---|
| p1 | IPoint | One corner of the rectangle. |
| p2 | IPoint | Opposite corner of the rectangle. Must have same dimensions as |
Returns
| Type | Description |
|---|---|
| FileGdbCoordinatePrecisionGrid | The Values outside of the rectangle are not representable, so all coordinates that will be written to FileGDB layer must be inside the rectangle. |