com.esri.arcgis.geometry
Interface ISpatialReference4
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- GeographicCoordinateSystem, ProjectedCoordinateSystem, UnknownCoordinateSystem
public interface ISpatialReference4
- extends Serializable
Provides access to additional members that control a SpatialReference.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
double |
getZToXYFactor()
Conversion factor from Z units to XY units. |
getZToXYFactor
double getZToXYFactor()
throws IOException,
AutomationException
- Conversion factor from Z units to XY units.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- The pZFactor
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.