com.esri.sde.sdk.pe
Class PeProjFile

java.lang.Object
  extended by com.esri.sde.sdk.pe.PeProjFile

public final class PeProjFile
extends java.lang.Object

This header describes the routines used for converting between PE objects and PRJ strings & files used by ArcINFO Workstation. It is not needed by normal users of the PE library. Note that none of these routines are used by the rest of the PE.


Constructor Summary
PeProjFile()
           
 
Method Summary
static PeCoordinateSystem fromPrjFile(java.lang.String path)
          Creates a CS object from an ARC/INFO workstation PRJ file.
static PeCoordinateSystem fromPrjString(java.lang.String string)
          Creates a CS object from an ARC/INFO workstation PRJ.
static void toPrjFile(PeCoordinateSystem csys, PeUnit zunit, java.lang.String filePath)
          Creates an ARC/INFO workstation PRJ file from a CS.
static java.lang.String toPrjString(PeCoordinateSystem csys, PeUnit zunit)
          Creates an ARC/INFO workstation PRJ string from a CS.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeProjFile

public PeProjFile()
Method Detail

fromPrjFile

public static PeCoordinateSystem fromPrjFile(java.lang.String path)
                                      throws PeProjectionException
Creates a CS object from an ARC/INFO workstation PRJ file.

Throws:
PeProjectionException

fromPrjString

public static PeCoordinateSystem fromPrjString(java.lang.String string)
                                        throws PeProjectionException
Creates a CS object from an ARC/INFO workstation PRJ.

Throws:
PeProjectionException

toPrjFile

public static void toPrjFile(PeCoordinateSystem csys,
                             PeUnit zunit,
                             java.lang.String filePath)
                      throws PeProjectionException
Creates an ARC/INFO workstation PRJ file from a CS.

Throws:
PeProjectionException

toPrjString

public static java.lang.String toPrjString(PeCoordinateSystem csys,
                                           PeUnit zunit)
                                    throws PeProjectionException
Creates an ARC/INFO workstation PRJ string from a CS.

Throws:
PeProjectionException