com.esri.sde.sdk.pe
Class PeFactoryCodelist

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

public final class PeFactoryCodelist
extends java.lang.Object

Create an integer array of an object's factory codes. The array is returned sorted in code order.


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

Constructor Detail

PeFactoryCodelist

public PeFactoryCodelist()
Method Detail

getList

public static int[] getList(int type)
Create an integer array of specified object factory codes.


method

public static int[] method()
Get a list of METHOD codes.


vtmethod

public static int[] vtmethod()
Get a list of VTMETHOD codes.


htmethod

public static int[] htmethod()
Get a list of HTMETHOD codes.


projection

public static int[] projection()
Get a list of PROJECTION codes.


parameter

public static int[] parameter()
Get a list of PARAMETER codes.


geogcs

public static int[] geogcs()
Get a list of GEOGCS codes.


projcs

public static int[] projcs()
Get a list of PROJCS codes.


vertcs

public static int[] vertcs()
Get a list of VERTCS codes.


datum

public static int[] datum()
Get a list of DATUM codes.


vdatum

public static int[] vdatum()
Get a list of VDATUM codes.


geogtran

public static int[] geogtran()
Get a list of GEOGTRAN codes.


angunit

public static int[] angunit()
Get a list of ANGUNIT codes.


linunit

public static int[] linunit()
Get a list of LINUNIT codes.


primem

public static int[] primem()
Get a list of PRIMEM codes.


spheroid

public static int[] spheroid()
Get a list of SPHEROID codes.


verttran

public static int[] verttran()
Get a list of VERTTRAN codes.


delete

public void delete(int[] list)
Delete a factory codelist.