com.esri.arcgis.geometry
Class esriSRHorizon

java.lang.Object
  extended by com.esri.arcgis.geometry.esriSRHorizon
All Implemented Interfaces:
Serializable

public class esriSRHorizon
extends Object
implements Serializable

Remarks

Obsolete. Use the GetHorizon methods which return either an envelope or a geometry.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
static int __CbElements__
           
 byte inclusive
           
 int pointCount
           
 _WKSPoint points
           
 int type
           
 
Constructor Summary
esriSRHorizon()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

__CbElements__

public static final int __CbElements__
See Also:
Constant Field Values

inclusive

public byte inclusive

type

public int type

pointCount

public int pointCount

points

public _WKSPoint points
Constructor Detail

esriSRHorizon

public esriSRHorizon()
Method Detail

toString

public String toString()
Overrides:
toString in class Object