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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassA 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 theILcdEditableSurfaceinterface. -
Uses of ILcdEditableSurface in com.luciad.format.gml31.model
Classes in com.luciad.format.gml31.model that implement ILcdEditableSurfaceModifier 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.Methods in com.luciad.format.gml31.model that return ILcdEditableSurfaceModifier and TypeMethodDescriptionTLcdGML31ShapeFactory.createPolygon()Creates a newgml:Polygon, which can be edited through theILcdEditableSurfaceinterface.TLcdGML31ShapeFactory.createPolygonPatch()Creates a newgml:PolygonPatch, which can be edited through theILcdEditableSurfaceinterface. -
Uses of ILcdEditableSurface in com.luciad.format.gml32.model
Classes in com.luciad.format.gml32.model that implement ILcdEditableSurfaceModifier 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.Methods in com.luciad.format.gml32.model that return ILcdEditableSurfaceModifier and TypeMethodDescriptionTLcdGML32ShapeFactory.createPolygon()Creates a newgml:Polygon, which can be edited through theILcdEditableSurfaceinterface.TLcdGML32ShapeFactory.createPolygonPatch()Creates a newgml:PolygonPatch, which can be edited through theILcdEditableSurfaceinterface. -
Uses of ILcdEditableSurface in com.luciad.format.nvg.nvg20.model
Classes in com.luciad.format.nvg.nvg20.model that implement ILcdEditableSurfaceModifier 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 ILcdEditableSurface in com.luciad.shape
Classes in com.luciad.shape that implement ILcdEditableSurfaceModifier and TypeClassDescriptionclassThis 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 ALspEditHandleTLspSurfaceEditor.createObjectTranslationHandle(ILcdEditableSurface aSurface, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.