Uses of Interface
com.luciad.shape.ILcdComplexPolygon
Packages that use 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
Methods in com.luciad.ais.model.airspace that return ILcdComplexPolygonModifier and TypeMethodDescriptionILcdAirspaceCorridor.getContour()
Returns the contour of the airspace corridor.TLcdAirspaceCorridor.getContour()
-
Uses of ILcdComplexPolygon in com.luciad.format.gml2.model
Classes in com.luciad.format.gml2.model that implement ILcdComplexPolygonModifier 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
Methods in com.luciad.format.mif with parameters of type ILcdComplexPolygonModifier 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
Classes in com.luciad.format.s57 that implement ILcdComplexPolygonModifier and TypeClassDescriptionclass
Represents an Area feature in the S-57 domain model. -
Uses of ILcdComplexPolygon in com.luciad.geodesy
Methods in com.luciad.geodesy that return ILcdComplexPolygonModifier 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
Methods in com.luciad.geometry.cartesian that return ILcdComplexPolygonModifier and TypeMethodDescriptionstatic ILcdComplexPolygon
TLcdCartesian.computeBufferContour2D
(ILcdGeoBuffer aBuffer) Calculates the contour of anILcdGeoBuffer
in the cartesian space. -
Uses of ILcdComplexPolygon in com.luciad.shape
Subinterfaces of ILcdComplexPolygon in com.luciad.shapeModifier and TypeInterfaceDescriptioninterface
AnILcdEditableComplexPolygon
is anILcdComplexPolygon
whose contents can be modified.Classes in com.luciad.shape that implement ILcdComplexPolygonModifier and TypeClassDescriptionclass
This class provides an implementation ofILcdComplexPolygon
. -
Uses of ILcdComplexPolygon in com.luciad.view.gxy
Methods in com.luciad.view.gxy with parameters of type ILcdComplexPolygonModifier and TypeMethodDescriptionprotected ILcdPolygon
TLcdGXYPolygonLabelPainter.retrieveLargestPolygon
(ILcdComplexPolygon aComplexPolygon) Retrieves theILcdPolygon
from theILcdComplexPolygon
that is the largest. -
Uses of ILcdComplexPolygon in com.luciad.view.lightspeed.camera
Methods in com.luciad.view.lightspeed.camera that return ILcdComplexPolygonModifier 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
Methods in com.luciad.view.lightspeed.editor with parameters of type ILcdComplexPolygonModifier and TypeMethodDescriptionprotected ALspEditHandle
TLspComplexPolygonEditor.createObjectTranslationHandle
(ILcdComplexPolygon aComplexPolygon, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.