com.esri.sde.sdk.pe
Class PeFactory

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

public class PeFactory
extends java.lang.Object


Constructor Summary
PeFactory()
           
 
Method Summary
static PeCoordinateSystem coordsys(int i)
           
static PeObject factory(int i)
           
static PeGeographicCS geogcs(int seEpsgCode)
           
static int[] geogcsCodelist()
           
static PeProjectedCS projcs(int i)
           
static int[] projcsCodelist()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeFactory

public PeFactory()
Method Detail

projcsCodelist

public static int[] projcsCodelist()

projcs

public static PeProjectedCS projcs(int i)
                            throws PeProjectionException
Throws:
PeProjectionException

factory

public static PeObject factory(int i)
                        throws PeProjectionException
Throws:
PeProjectionException

geogcsCodelist

public static int[] geogcsCodelist()
                            throws PeProjectionException
Throws:
PeProjectionException

coordsys

public static PeCoordinateSystem coordsys(int i)
                                   throws PeProjectionException
Throws:
PeProjectionException

geogcs

public static PeGeographicCS geogcs(int seEpsgCode)
                             throws PeProjectionException
Throws:
PeProjectionException


Copyright © 1996-2010 Geotools. All Rights Reserved.