com.esri.arcgis.geometry
Interface esriSRHorizonType

All Superinterfaces:
java.io.Serializable

public interface esriSRHorizonType
extends java.io.Serializable

Constants from esriSRHorizonType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Describes the type of horizon geometries generated by the Esri Projection Engine.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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