Uses of Interface
com.luciad.shape.ILcdEditableSurface
Packages that use ILcdEditableSurface
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 a domain model to represent an NVG 2.0 data source.
Everything related to representing three-dimensional shapes.
Provides support for interactive editing of domain objects in a model.
-
Uses of ILcdEditableSurface in com.luciad.format.dwg
Classes in com.luciad.format.dwg that implement ILcdEditableSurfaceModifier and TypeClassDescriptionclass
This class represents a Region from a DWG file. -
Uses of ILcdEditableSurface in com.luciad.format.gml2.model
Classes in com.luciad.format.gml2.model that implement ILcdEditableSurfaceModifier and TypeClassDescriptionclass
A Polygon is defined by an outer boundary and zero or more inner boundaries which are in turn defined by LinearRings.Methods in com.luciad.format.gml2.model that return ILcdEditableSurfaceModifier and TypeMethodDescriptionTLcdGML2ShapeFactory.createPolygon
(ILcdModelReference aModelReference) Creates a newgml:Polygon
, which can be edited through theILcdEditableSurface
interface. -
Uses of ILcdEditableSurface in com.luciad.format.gml31.model
Classes in com.luciad.format.gml31.model that implement ILcdEditableSurfaceModifier 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.Methods in com.luciad.format.gml31.model that return ILcdEditableSurfaceModifier and TypeMethodDescriptionTLcdGML31ShapeFactory.createPolygon()
Creates a newgml:Polygon
, which can be edited through theILcdEditableSurface
interface.TLcdGML31ShapeFactory.createPolygonPatch()
Creates a newgml:PolygonPatch
, which can be edited through theILcdEditableSurface
interface. -
Uses of ILcdEditableSurface in com.luciad.format.gml32.model
Classes in com.luciad.format.gml32.model that implement ILcdEditableSurfaceModifier 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.Methods in com.luciad.format.gml32.model that return ILcdEditableSurfaceModifier and TypeMethodDescriptionTLcdGML32ShapeFactory.createPolygon()
Creates a newgml:Polygon
, which can be edited through theILcdEditableSurface
interface.TLcdGML32ShapeFactory.createPolygonPatch()
Creates a newgml:PolygonPatch
, which can be edited through theILcdEditableSurface
interface. -
Uses of ILcdEditableSurface in com.luciad.format.nvg.nvg20.model
Classes in com.luciad.format.nvg.nvg20.model that implement ILcdEditableSurfaceModifier 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 ILcdEditableSurface in com.luciad.shape
Classes in com.luciad.shape that implement ILcdEditableSurfaceModifier and TypeClassDescriptionclass
This class provides an implementation ofILcdEditableSurface
. -
Uses of ILcdEditableSurface in com.luciad.view.lightspeed.editor
Methods in com.luciad.view.lightspeed.editor with parameters of type ILcdEditableSurfaceModifier and TypeMethodDescriptionprotected ALspEditHandle
TLspSurfaceEditor.createObjectTranslationHandle
(ILcdEditableSurface aSurface, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.