Uses of Interface
com.luciad.shape.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
Modifier and TypeClassDescriptionclass
This class represents a Region from a DWG file. -
Uses of ILcdSurface 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 ILcdSurface in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
A Polygon is a special surface that is defined by a single surface patch (see D.3.6).class
A 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
Modifier and TypeClassDescriptionclass
A Polygon is a special surface that is defined by a single surface patch (see D.3.6).class
A 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
Modifier and TypeClassDescriptionclass
Domain class modeling the KML PolygonType type. -
Uses of ILcdSurface in com.luciad.format.nvg.nvg20.model
Modifier and TypeClassDescriptionclass
Implementation ofILcdEditableSurface
whose exterior ring is anILcd2DEditableArcBand
, that represents an NVG 2.0 ArcBand.class
ILcdEditableSurface
implementation whose exterior ring is anILcd2DEditableCircle
, that represents an NVG 2.0 Circle.class
Implementation ofILcdEditableSurface
whose exterior ring is anILcd2DEditableEllipse
, that represents an NVG 2.0 Ellipse.class
Implementation ofILcdEditableSurface
whose exterior ring is anILcd2DEditablePolygon
, that represents an NVG 2.0 Polygon.class
Implementation ofILcdEditableSurface
that represents an NVG 2.0 Rectangle. -
Uses of ILcdSurface in com.luciad.fusion.tilestore.model.vector
Modifier and TypeMethodDescriptionCollection
<? extends ILcdSurface> ILfnTiledSurface.getFills()
Deprecated.Gets the fills of this area. -
Uses of ILcdSurface in com.luciad.shape
Modifier and TypeInterfaceDescriptioninterface
A 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.Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcdEditableSurface
.