com.esri.arcgis.catalog
Interface IGxPrjFile2

All Superinterfaces:
IGxPrjFile, Serializable
All Known Implementing Classes:
GxPrjFile

public interface IGxPrjFile2
extends IGxPrjFile, Serializable

Provides access to members that returns the properties of a PRJ file.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 ISpatialReferenceInfo getSpatialReferenceInfo()
          The vertical or horizontal coordinate system contained in the PRJ file.
 
Methods inherited from interface com.esri.arcgis.catalog.IGxPrjFile
getSpatialReference
 

Method Detail

getSpatialReferenceInfo

ISpatialReferenceInfo getSpatialReferenceInfo()
                                              throws IOException,
                                                     AutomationException
The vertical or horizontal coordinate system contained in the PRJ file.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReferenceInfo
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.