Provides access to members that control the properties and methods for local coordinate systems.
Members
Name | Description | |
---|---|---|
![]() |
Abbreviation | The abbreviated name of this spatial reference component. |
![]() |
Alias | The alias of this spatial reference component. |
![]() |
Changed | Notify this object that some of its parts have changed (parameter values, z unit, etc.). |
![]() |
FactoryCode | The factory code (WKID) of the spatial reference. |
![]() |
GetDomain | The XY domain extent. |
![]() |
GetFalseOriginAndUnits | Get the false origin and units. |
![]() |
GetMDomain | The measure domain extent. |
![]() |
GetMFalseOriginAndUnits | Get the measure false origin and units. |
![]() |
GetZDomain | The Z domain extent. |
![]() |
GetZFalseOriginAndUnits | Get the Z false origin and units. |
![]() |
HasMPrecision | Returns true when m-value precision information has been defined. |
![]() |
HasXYPrecision | Returns true when (x,y) precision information has been defined. |
![]() |
HasZPrecision | Returns true when z-value precision information has been defined. |
![]() |
IsPrecisionEqual | Returns TRUE when the precision information for the two spatial references is the same. |
![]() |
MapCoordinateSystem | The input map coordinate system. |
![]() |
Name | The name of this spatial reference component. |
![]() |
PrecisionExImpl | An opaque reference to the precision information (including z/m awareness) implementation for this spatial reference. |
![]() |
PrecisionImpl | An opaque reference to the precision information implementation for this spatial reference. |
![]() |
Remarks | The comment string of this spatial reference component. |
![]() |
SetDomain | The XY domain extent. |
![]() |
SetFalseOriginAndUnits | Set the false origin and units. |
![]() |
SetMDomain | The measure domain extent. |
![]() |
SetMFalseOriginAndUnits | Set the measure false origin and units. |
![]() |
SetZDomain | The Z domain extent. |
![]() |
SetZFalseOriginAndUnits | Set the Z false origin and units. |
![]() |
SpatialReferenceImpl | SpatialReferenceImpl. |
![]() |
Transform | Transforms a geometry using this local coordinate system. |
![]() |
ZCoordinateUnit | The unit for the Z coordinate. |
ILocalCoordinateSystem.MapCoordinateSystem Property
The input map coordinate system.
Public ReadOnly Property MapCoordinateSystem As ISpatialReference
public ISpatialReference MapCoordinateSystem {get;}
ILocalCoordinateSystem.Transform Method
Transforms a geometry using this local coordinate system.
Public Sub Transform ( _
ByVal Direction As esriTransformDirection, _
ByVal pGeometry As IGeometry _
)
public void Transform (
esriTransformDirection Direction,
IGeometry pGeometry
);
Inherited Interfaces
Interfaces | Description |
---|---|
ISpatialReference | Provides access to members that control a SpatialReference. |
ISpatialReferenceInfo | Provides access to members that control the properties common to all components of a spatial reference system. |
Classes that implement ILocalCoordinateSystem
Classes | Description |
---|