Package com.luciad.shape
Interface ILcdZonalPoint
- All Superinterfaces:
Cloneable
,ILcdBounded
,ILcdCloneable
,ILcdPoint
,ILcdShape
,Serializable
- All Known Subinterfaces:
ILcd2DEditableZonalPoint
- All Known Implementing Classes:
TLcdLonLatZonalPoint
,TLcdXYZonalPoint
Deprecated.
This interface has been deprecated.
An
ILcdZonal2DEditablePoint
is an ILcd2DEditablePoint
that has a zone associated with it.
The zone is identified by an integer.-
Method Summary
Modifier and TypeMethodDescriptionint
getZone()
Deprecated.Returns the zone of thisILcdZonal2DEditablePoint
.Methods inherited from interface com.luciad.shape.ILcdBounded
getBounds
Methods inherited from interface com.luciad.util.ILcdCloneable
clone
Methods inherited from interface com.luciad.shape.ILcdPoint
cloneAs2DEditablePoint, cloneAs3DEditablePoint, equals, getCosX, getCosY, getSinX, getSinY, getTanX, getTanY, getX, getY, getZ
Methods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
-
Method Details
-
getZone
int getZone()Deprecated.Returns the zone of thisILcdZonal2DEditablePoint
.- Returns:
- the zone of this
ILcdZonal2DEditablePoint
.
-