Uses of Interface
com.luciad.shape.ILcdValuedPolygon
Package
Description
Contains classes to perform geometry operations in cartesian space.
Contains classes to perform geometry operations on an ellipsoid.
Everything related to representing three-dimensional shapes.
Contains all classes for terrain elevation analysis.
-
Uses of ILcdValuedPolygon in com.luciad.geometry.cartesian
Modifier and TypeMethodDescriptionILcdContourFactory.createContour
(double[] aXArray, double[] aYArray, int aNumberOfPoints, double aLevel) Deprecated.Creates anILcdValuedPolygon
from separate arrays of x- and y-coordinates where only the first aNumberOfPoints are taken into account.TLcdContourFactory.createContour
(double[] aXArray, double[] aYArray, int aNumberOfPoints, double aLevel) Deprecated. -
Uses of ILcdValuedPolygon in com.luciad.geometry.ellipsoidal
Modifier and TypeMethodDescriptionTLcdLonLatContourFactory.createContour
(double[] aXArray, double[] aYArray, int aNumberOfPoints, double aLevel) -
Uses of ILcdValuedPolygon in com.luciad.shape
Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcdValuedPolygon
. -
Uses of ILcdValuedPolygon in com.luciad.tea
Modifier and TypeMethodDescriptionTLcdLOSCoverageFactory.createLOSCoverageContours
(ILcdLOSCoverageMatrix aLOSCoverageMatrix, ILcdGeoReference aTargetReference, double[] aContourLevels)
TLcdValuedPolygon
.