com.esri.arcgis.geometry
Interface esriSRHorizonType

All Superinterfaces:
Serializable

public interface esriSRHorizonType
extends Serializable

Describes the type of horizon geometries generated by the Esri Projection Engine.

Remarks

Obsolete. Use the IProjectedCoordinateSystem4GEN::GetHorizon method which returns a geometry.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriSRHorizon_Envelope
          The horizon for this projection is an envelope orthogonal to lat-long space.
static int esriSRHorizon_Point
          The horizon for this projection is all of geographic space with the exception of a single point.
static int esriSRHorizon_Polygon
          The horizon for this projection is a polygon in lat-long space.
static int esriSRHorizon_Polyline
          The horizon for this projection is all of geographic space with the exception of points along a polyline.
 

Field Detail

esriSRHorizon_Envelope

static final int esriSRHorizon_Envelope
The horizon for this projection is an envelope orthogonal to lat-long space.

See Also:
Constant Field Values

esriSRHorizon_Polygon

static final int esriSRHorizon_Polygon
The horizon for this projection is a polygon in lat-long space.

See Also:
Constant Field Values

esriSRHorizon_Polyline

static final int esriSRHorizon_Polyline
The horizon for this projection is all of geographic space with the exception of points along a polyline.

See Also:
Constant Field Values

esriSRHorizon_Point

static final int esriSRHorizon_Point
The horizon for this projection is all of geographic space with the exception of a single point.

See Also:
Constant Field Values