com.esri.sde.sdk.pe
Class PeHorizon

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

public final class PeHorizon
extends java.lang.Object

A projection horizon defines the limits of a map projection with particular parameters. Knowing the horizon of a map projecton is very important when projecting shapes. If a shape crosses the horizon, we can use the horizon to clip and close the shape.


Constructor Summary
PeHorizon()
           
 
Method Summary
 void copyTo(PeHorizon newHorizon)
           
 void delete()
          Destroys a PeHorizon object.
static void delete(PeHorizon[] horizon)
          Destroys PeHorizon objects.
 double[] getCoord()
           
 int getInclusive()
           
 int getKind()
           
 int getNump()
           
 int getReplicate()
           
 int getSize()
           
 void setCoord(double[] coord)
           
 int setInclusive(int i)
           
 int setKind(int k)
           
 void setReplicate(int r)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeHorizon

public PeHorizon()
Method Detail

delete

public void delete()
Destroys a PeHorizon object.


delete

public static void delete(PeHorizon[] horizon)
Destroys PeHorizon objects.


getNump

public int getNump()

getKind

public int getKind()

setKind

public int setKind(int k)

getInclusive

public int getInclusive()

setInclusive

public int setInclusive(int i)

getReplicate

public int getReplicate()

setReplicate

public void setReplicate(int r)

getSize

public int getSize()

getCoord

public double[] getCoord()

setCoord

public void setCoord(double[] coord)

copyTo

public void copyTo(PeHorizon newHorizon)