Uses of Interface
com.luciad.shape.ILcdComplexPolygon
Package
Description
Provides classes and interfaces for all airspace related aspects (like airspaces,
airspace associations and airspace segments).
Provides domain model classes and utility classes for modeling GML 2 data.
Handles MapInfo formats: the binary map format and the ASCII mif
format.
Handles the S-57 format.
Specifies ellipsoids and geodetic datums.
Contains classes to perform geometry operations in cartesian space.
Everything related to representing three-dimensional shapes.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Contains view world transformations.
Provides support for interactive editing of domain objects in a model.
-
Uses of ILcdComplexPolygon in com.luciad.ais.model.airspace
Modifier and TypeMethodDescriptionILcdAirspaceCorridor.getContour()
Returns the contour of the airspace corridor.TLcdAirspaceCorridor.getContour()
-
Uses of ILcdComplexPolygon in com.luciad.format.gml2.model
Modifier and TypeClassDescriptionclass
A Polygon is defined by an outer boundary and zero or more inner boundaries which are in turn defined by LinearRings. -
Uses of ILcdComplexPolygon in com.luciad.format.mif
Modifier and TypeMethodDescriptionprotected void
TLcdMIFModelEncoder.write2DRegion
(ILcdComplexPolygon aComplexPolygon, BufferedWriter aBufferedWriter) Writes the givenILcdComplexPolygon
as a 2D region (Region). -
Uses of ILcdComplexPolygon in com.luciad.format.s57
Modifier and TypeClassDescriptionclass
Represents an Area feature in the S-57 domain model. -
Uses of ILcdComplexPolygon in com.luciad.geodesy
Modifier and TypeMethodDescriptionstatic ILcdComplexPolygon
TLcdEllipsoidUtil.computeBufferContour2D
(ILcdGeoBuffer aBuffer, ILcdEllipsoid aEllipsoid) Calculates the contour of anILcdGeoBuffer
in the geodetic space.static ILcdComplexPolygon
TLcdEllipsoidUtil.computeBufferContour2D
(ILcdGeoBuffer aBuffer, ILcdEllipsoid aEllipsoid, int aBufferCapsPrecision) Calculates the contour of anILcdGeoBuffer
in the geodetic space. -
Uses of ILcdComplexPolygon in com.luciad.geometry.cartesian
Modifier and TypeMethodDescriptionstatic ILcdComplexPolygon
TLcdCartesian.computeBufferContour2D
(ILcdGeoBuffer aBuffer) Calculates the contour of anILcdGeoBuffer
in the cartesian space. -
Uses of ILcdComplexPolygon in com.luciad.shape
Modifier and TypeInterfaceDescriptioninterface
AnILcdEditableComplexPolygon
is anILcdComplexPolygon
whose contents can be modified.Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcdComplexPolygon
. -
Uses of ILcdComplexPolygon in com.luciad.view.gxy
Modifier and TypeMethodDescriptionprotected ILcdPolygon
TLcdGXYPolygonLabelPainter.retrieveLargestPolygon
(ILcdComplexPolygon aComplexPolygon) Retrieves theILcdPolygon
from theILcdComplexPolygon
that is the largest. -
Uses of ILcdComplexPolygon in com.luciad.view.lightspeed.camera
Modifier and TypeMethodDescriptionabstract ILcdComplexPolygon
ALspViewXYZWorldTransformation.getGeodeticVisibleArea()
Returns a polygon which approximates the area of the globe which is visible in the current view.TLspViewXYZWorldTransformation2D.getGeodeticVisibleArea()
TLspViewXYZWorldTransformation3D.getGeodeticVisibleArea()
-
Uses of ILcdComplexPolygon in com.luciad.view.lightspeed.editor
Modifier and TypeMethodDescriptionprotected ALspEditHandle
TLspComplexPolygonEditor.createObjectTranslationHandle
(ILcdComplexPolygon aComplexPolygon, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.