Package com.luciad.tea
Class TLcdContour
java.lang.Object
com.luciad.shape.TLcdValuedPolygon
com.luciad.tea.TLcdContour
- All Implemented Interfaces:
ILcdBounded
,ILcdValuedPolygon
,ILcdContour
Deprecated.
This is an implementation of
ILcdValuedPolygon
to represent a contour
line.- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.Constructs a newTLcdValuedPolygon
with no projectedPolygon or level set.TLcdContour
(ILcdPolygon aPolygon, double aLevel) Deprecated.Constructs a newTLcdValuedPolygon
with no projectedPolygon aPolygon and level aLevel. -
Method Summary
Methods inherited from class com.luciad.shape.TLcdValuedPolygon
getBounds, getPolygonValue, getProjectedPolygon, setPolygonValue, setProjectedPolygon
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.shape.ILcdBounded
getBounds
Methods inherited from interface com.luciad.tea.ILcdContour
getProjectedPolygon
-
Constructor Details
-
TLcdContour
public TLcdContour()Deprecated.Constructs a newTLcdValuedPolygon
with no projectedPolygon or level set. Set these properties via their respective set methods. -
TLcdContour
Deprecated.Constructs a newTLcdValuedPolygon
with no projectedPolygon aPolygon and level aLevel.- Parameters:
aPolygon
- The projectedPolygon of thisTLcdValuedPolygon
.aLevel
- The level of thisTLcdValuedPolygon
.
-
-
Method Details
-
getLevel
public double getLevel()Deprecated.Returns the level of thisTLcdValuedPolygon
.- Specified by:
getLevel
in interfaceILcdContour
- Returns:
- the level of this
TLcdValuedPolygon
. - See Also:
-
setLevel
public void setLevel(double aLevel) Deprecated.Sets the level of thisTLcdValuedPolygon
.- Parameters:
aLevel
- The level to be set.- See Also:
-
TLcdValuedPolygon
.