com.esri.arcgis.catalog
Interface IGxPrjFile
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- IGxPrjFile2
- All Known Implementing Classes:
- GxPrjFile
public interface IGxPrjFile
- extends Serializable
Provides access to members that returns the properties of a PRJ file.
Superseded By
IGxPrjFile2
Product Availability
Available with ArcGIS Desktop.
getSpatialReference
ISpatialReference getSpatialReference()
throws IOException,
AutomationException
- The geographic or projected coordinate system contained in the PRJ file.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- Returns:
- A reference to a com.esri.arcgis.geometry.ISpatialReference
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.