Package com.luciad.shape.shape2D
Interface ILcd2DEditableZonalPoint
- All Superinterfaces:
Cloneable
,ILcd2DEditablePoint
,ILcd2DEditableShape
,ILcdBounded
,ILcdCloneable
,ILcdPoint
,ILcdShape
,ILcdZonalPoint
,Serializable
- All Known Implementing Classes:
TLcdLonLatZonalPoint
,TLcdXYZonalPoint
Deprecated.
This interface hes been deprecated.
An
ILcdZonal2DEditablePoint
is an ILcd2DEditablePoint
that has a zone associated with it.
It allows to use the same ILcd2DEditablePoint
in different zones.
This is useful for zonal map projections such as UTM.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setZone
(int aZone) Deprecated.Sets the zone of thisILcdZonal2DEditablePoint
.Methods inherited from interface com.luciad.shape.shape2D.ILcd2DEditableShape
move2D, move2D, translate2D
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
Methods inherited from interface com.luciad.shape.ILcdZonalPoint
getZone
-
Method Details
-
setZone
void setZone(int aZone) Deprecated.Sets the zone of thisILcdZonal2DEditablePoint
.- Parameters:
aZone
- the new zone of this point.
-