Package com.luciad.tea
Interface ILcdContourFactory
- All Known Implementing Classes:
TLcdContourFactory
public interface ILcdContourFactory
Deprecated.
ILcdContourFactory
is a Factory class to create an
ILcdValuedPolygon
from separate arrays of x- and y-coordinates.-
Method Summary
Modifier and TypeMethodDescriptioncreateContour
(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.
-
Method Details
-
createContour
Deprecated.Creates anILcdValuedPolygon
from separate arrays of x- and y-coordinates where only the first aNumberOfPoints are taken into account.- Parameters:
aXArray
- The array of x-coordinates.aYArray
- The array of y-coordinates.aNumberOfPoints
- The number of coordinates to take into account.aLevel
- The level of theILcdValuedPolygon
.- Returns:
- An
ILcdPolygon
constructed from aXArray and aYArray. - See Also:
-
ILcdContourFactory
in the package com.luciad.geometry.cartesian.