com.esri.sde.sdk.pe
Class PeFactoryPredefined

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

public final class PeFactoryPredefined
extends java.lang.Object

Create an array of an object's code/names. The array is returned sorted in name order.


Constructor Summary
PeFactoryPredefined()
           
 
Method Summary
static PeTable[] angunit()
          Create an array of ANGUNIT code/names.
static PeTable[] datum()
          Create an array of DATUM code/names.
 void delete(PeTable[] list)
          Delete a code/name list.
static PeTable[] geogcs()
          Create an array of GEOGCS code/names.
static PeTable[] geogtran()
          Create an array of GEOGTRAN code/names.
static PeTable[] getList(int type)
          Create an array of specified object code/names.
static PeTable[] htmethod()
          Create an array of HTMETHOD code/names.
static PeTable[] linunit()
          Create an array of LINUNIT code/names.
static PeTable[] method()
          Create an array of METHOD code/names.
static PeTable[] parameter()
          Create an array of PARAMETER code/names.
static PeTable[] primem()
          Create an array of PRIMEM code/names.
static PeTable[] projcs()
          Create an array of PROJCS code/names.
static PeTable[] projection()
          Create an array of PROJECTION code/names.
static PeTable[] spheroid()
          Create an array of SPHEROID code/names.
static PeTable[] vdatum()
          Create an array of VDATUM code/names.
static PeTable[] vertcs()
          Create an array of VERTCS code/names.
static PeTable[] verttran()
          Create an array of VERTTRAN code/names.
static PeTable[] vtmethod()
          Create an array of VTMETHOD code/names.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeFactoryPredefined

public PeFactoryPredefined()
Method Detail

getList

public static PeTable[] getList(int type)
Create an array of specified object code/names.


geogcs

public static PeTable[] geogcs()
Create an array of GEOGCS code/names.


projcs

public static PeTable[] projcs()
Create an array of PROJCS code/names.


vertcs

public static PeTable[] vertcs()
Create an array of VERTCS code/names.


datum

public static PeTable[] datum()
Create an array of DATUM code/names.


vdatum

public static PeTable[] vdatum()
Create an array of VDATUM code/names.


geogtran

public static PeTable[] geogtran()
Create an array of GEOGTRAN code/names.


verttran

public static PeTable[] verttran()
Create an array of VERTTRAN code/names.


angunit

public static PeTable[] angunit()
Create an array of ANGUNIT code/names.


linunit

public static PeTable[] linunit()
Create an array of LINUNIT code/names.


primem

public static PeTable[] primem()
Create an array of PRIMEM code/names.


spheroid

public static PeTable[] spheroid()
Create an array of SPHEROID code/names.


method

public static PeTable[] method()
Create an array of METHOD code/names.


htmethod

public static PeTable[] htmethod()
Create an array of HTMETHOD code/names.


vtmethod

public static PeTable[] vtmethod()
Create an array of VTMETHOD code/names.


projection

public static PeTable[] projection()
Create an array of PROJECTION code/names.


parameter

public static PeTable[] parameter()
Create an array of PARAMETER code/names.


delete

public void delete(PeTable[] list)
Delete a code/name list.