public interface esriSRHorizonType
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
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.
|
static final int esriSRHorizon_Envelope
static final int esriSRHorizon_Polygon
static final int esriSRHorizon_Polyline
static final int esriSRHorizon_Point