com.esri.sde.sdk.pe
Class PePCSInfo

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

public final class PePCSInfo
extends java.lang.Object

PCS information type.


Field Summary
 double central_meridian
           
 double domain_maxx
           
 double domain_maxy
           
 double domain_minx
           
 double domain_miny
           
 int is_central_meridian_vertical
           
 int is_densification_needed
           
 int is_domain_present
           
 int is_entire_world
           
 int is_horizon_convex_hull
           
 int is_horizon_edge_duplicated
           
 int is_pcs_line_horizon_present
           
static int NO
           
 int north_pole_geometry
           
 int north_pole_location
           
static int PE_PCSINFO_OPTION_DOMAIN
           
static int PE_PCSINFO_OPTION_NONE
           
static int PE_POLE_INSIDE_BOUNDARY
           
static int PE_POLE_LINE_CURVED
           
static int PE_POLE_LINE_STRAIGHT
           
static int PE_POLE_NONE
           
static int PE_POLE_ON_BOUNDARY
           
static int PE_POLE_OUTSIDE_BOUNDARY
           
static int PE_POLE_POINT
           
 int south_pole_geometry
           
 int south_pole_location
           
static int YES
           
 
Constructor Summary
PePCSInfo()
           
 
Method Summary
static PePCSInfo generate(PeProjectedCS projcs)
           
static PePCSInfo generate(PeProjectedCS projcs, int options)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO

public static final int NO
See Also:
Constant Field Values

YES

public static final int YES
See Also:
Constant Field Values

PE_POLE_OUTSIDE_BOUNDARY

public static final int PE_POLE_OUTSIDE_BOUNDARY
See Also:
Constant Field Values

PE_POLE_ON_BOUNDARY

public static final int PE_POLE_ON_BOUNDARY
See Also:
Constant Field Values

PE_POLE_INSIDE_BOUNDARY

public static final int PE_POLE_INSIDE_BOUNDARY
See Also:
Constant Field Values

PE_POLE_NONE

public static final int PE_POLE_NONE
See Also:
Constant Field Values

PE_POLE_POINT

public static final int PE_POLE_POINT
See Also:
Constant Field Values

PE_POLE_LINE_STRAIGHT

public static final int PE_POLE_LINE_STRAIGHT
See Also:
Constant Field Values

PE_POLE_LINE_CURVED

public static final int PE_POLE_LINE_CURVED
See Also:
Constant Field Values

PE_PCSINFO_OPTION_NONE

public static final int PE_PCSINFO_OPTION_NONE
See Also:
Constant Field Values

PE_PCSINFO_OPTION_DOMAIN

public static final int PE_PCSINFO_OPTION_DOMAIN
See Also:
Constant Field Values

central_meridian

public double central_meridian

domain_minx

public double domain_minx

domain_miny

public double domain_miny

domain_maxx

public double domain_maxx

domain_maxy

public double domain_maxy

north_pole_location

public int north_pole_location

north_pole_geometry

public int north_pole_geometry

south_pole_location

public int south_pole_location

south_pole_geometry

public int south_pole_geometry

is_horizon_edge_duplicated

public int is_horizon_edge_duplicated

is_horizon_convex_hull

public int is_horizon_convex_hull

is_entire_world

public int is_entire_world

is_densification_needed

public int is_densification_needed

is_central_meridian_vertical

public int is_central_meridian_vertical

is_domain_present

public int is_domain_present

is_pcs_line_horizon_present

public int is_pcs_line_horizon_present
Constructor Detail

PePCSInfo

public PePCSInfo()
Method Detail

generate

public static PePCSInfo generate(PeProjectedCS projcs)
                          throws PeProjectionException
Throws:
PeProjectionException

generate

public static PePCSInfo generate(PeProjectedCS projcs,
                                 int options)
                          throws PeProjectionException
Throws:
PeProjectionException