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 TypeClassDescriptionclassA 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 voidTLcdMIFModelEncoder.write2DRegion(ILcdComplexPolygon aComplexPolygon, BufferedWriter aBufferedWriter) Writes the givenILcdComplexPolygonas a 2D region (Region). -
Uses of ILcdComplexPolygon in com.luciad.format.s57
Classes in com.luciad.format.s57 that implement ILcdComplexPolygonModifier and TypeClassDescriptionclassRepresents 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 ILcdComplexPolygonTLcdEllipsoidUtil.computeBufferContour2D(ILcdGeoBuffer aBuffer, ILcdEllipsoid aEllipsoid) Calculates the contour of anILcdGeoBufferin the geodetic space.static ILcdComplexPolygonTLcdEllipsoidUtil.computeBufferContour2D(ILcdGeoBuffer aBuffer, ILcdEllipsoid aEllipsoid, int aBufferCapsPrecision) Calculates the contour of anILcdGeoBufferin the geodetic space. -
Uses of ILcdComplexPolygon in com.luciad.geometry.cartesian
Methods in com.luciad.geometry.cartesian that return ILcdComplexPolygonModifier and TypeMethodDescriptionstatic ILcdComplexPolygonTLcdCartesian.computeBufferContour2D(ILcdGeoBuffer aBuffer) Calculates the contour of anILcdGeoBufferin the cartesian space. -
Uses of ILcdComplexPolygon in com.luciad.shape
Subinterfaces of ILcdComplexPolygon in com.luciad.shapeModifier and TypeInterfaceDescriptioninterfaceAnILcdEditableComplexPolygonis anILcdComplexPolygonwhose contents can be modified.Classes in com.luciad.shape that implement ILcdComplexPolygonModifier and TypeClassDescriptionclassThis 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 ILcdPolygonTLcdGXYPolygonLabelPainter.retrieveLargestPolygon(ILcdComplexPolygon aComplexPolygon) Retrieves theILcdPolygonfrom theILcdComplexPolygonthat is the largest. -
Uses of ILcdComplexPolygon in com.luciad.view.lightspeed.camera
Methods in com.luciad.view.lightspeed.camera that return ILcdComplexPolygonModifier and TypeMethodDescriptionabstract ILcdComplexPolygonALspViewXYZWorldTransformation.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 ALspEditHandleTLspComplexPolygonEditor.createObjectTranslationHandle(ILcdComplexPolygon aComplexPolygon, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.