com.esri.arcgis.geometry
Interface IConstructUnknownCoordinateSystem
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- UnknownCoordinateSystem
public interface IConstructUnknownCoordinateSystem
- extends Serializable
Provides method to define the properties of an unknown coordinate system.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
void |
constructFromEnvelope(IEnvelope pEnvelope)
Constructs the smallest, high precision, standard UCS that will completely contain the specified envelope. |
constructFromEnvelope
void constructFromEnvelope(IEnvelope pEnvelope)
throws IOException,
AutomationException
- Constructs the smallest, high precision, standard UCS that will completely contain the specified envelope.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
pEnvelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.