Uses of Interface
com.luciad.shape.ILcdSurface
Packages that use ILcdSurface
Package
Description
Handles the dwg format.
Provides domain model classes and utility classes for modeling GML 2 data.
Provides domain model classes and utility classes for modeling GML 3.1 data.
Provides domain model classes and utility classes for modeling GML 3.2 data.
This package contains all geometry classes of KML.
This package contains a domain model to represent an NVG 2.0 data source.
Provides model abstractions specific to fused vector data.
Everything related to representing three-dimensional shapes.
-
Uses of ILcdSurface in com.luciad.format.dwg
Classes in com.luciad.format.dwg that implement ILcdSurfaceModifier and TypeClassDescriptionclassThis class represents a Region from a DWG file. -
Uses of ILcdSurface in com.luciad.format.gml2.model
Classes in com.luciad.format.gml2.model that implement ILcdSurfaceModifier and TypeClassDescriptionclassA Polygon is defined by an outer boundary and zero or more inner boundaries which are in turn defined by LinearRings. -
Uses of ILcdSurface in com.luciad.format.gml31.model
Classes in com.luciad.format.gml31.model that implement ILcdSurfaceModifier and TypeClassDescriptionclassA Polygon is a special surface that is defined by a single surface patch (see D.3.6).classA gml:PolygonPatch is a surface patch that is defined by a set of boundary curves and an underlying surface to which these curves adhere. -
Uses of ILcdSurface in com.luciad.format.gml32.model
Classes in com.luciad.format.gml32.model that implement ILcdSurfaceModifier and TypeClassDescriptionclassA Polygon is a special surface that is defined by a single surface patch (see D.3.6).classA gml:PolygonPatch is a surface patch that is defined by a set of boundary curves and an underlying surface to which these curves adhere. -
Uses of ILcdSurface in com.luciad.format.kml22.model.geometry
Classes in com.luciad.format.kml22.model.geometry that implement ILcdSurfaceModifier and TypeClassDescriptionclassDomain class modeling the KML PolygonType type. -
Uses of ILcdSurface in com.luciad.format.nvg.nvg20.model
Classes in com.luciad.format.nvg.nvg20.model that implement ILcdSurfaceModifier and TypeClassDescriptionclassImplementation ofILcdEditableSurfacewhose exterior ring is anILcd2DEditableArcBand, that represents an NVG 2.0 ArcBand.classILcdEditableSurfaceimplementation whose exterior ring is anILcd2DEditableCircle, that represents an NVG 2.0 Circle.classImplementation ofILcdEditableSurfacewhose exterior ring is anILcd2DEditableEllipse, that represents an NVG 2.0 Ellipse.classImplementation ofILcdEditableSurfacewhose exterior ring is anILcd2DEditablePolygon, that represents an NVG 2.0 Polygon.classImplementation ofILcdEditableSurfacethat represents an NVG 2.0 Rectangle. -
Uses of ILcdSurface in com.luciad.fusion.tilestore.model.vector
Methods in com.luciad.fusion.tilestore.model.vector that return types with arguments of type ILcdSurfaceModifier and TypeMethodDescriptionCollection<? extends ILcdSurface> ILfnTiledSurface.getFills()Deprecated.Gets the fills of this area. -
Uses of ILcdSurface in com.luciad.shape
Subinterfaces of ILcdSurface in com.luciad.shapeModifier and TypeInterfaceDescriptioninterfaceA surface that can be edited: the exterior ring can be changed, andILcdEditableSurface.getInteriorRings()returns an editable list, allowing to insert, remove, and replace interior elements.Classes in com.luciad.shape that implement ILcdSurfaceModifier and TypeClassDescriptionclassThis class provides an implementation ofILcdEditableSurface.