Uses of Interface
com.luciad.shape.ILcdEditableCompositeCurve
Packages that use ILcdEditableCompositeCurve
Package
Description
This package provides the classes that correspond to AIXM 5.1 geometry types.
Handles the dwg format.
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.
Everything related to representing three-dimensional shapes.
Three-dimensional shapes that can be changed in two dimensions.
Provides support for interactive editing of domain objects in a model.
-
Uses of ILcdEditableCompositeCurve in com.luciad.format.aixm51.model.features.geometry
Classes in com.luciad.format.aixm51.model.features.geometry that implement ILcdEditableCompositeCurveModifier and TypeClassDescriptionclassA class that represents an AIXM 5.1 curve.classA class that represents an AIXM 5.1 elevated curve. -
Uses of ILcdEditableCompositeCurve in com.luciad.format.dwg
Classes in com.luciad.format.dwg that implement ILcdEditableCompositeCurveModifier and TypeClassDescriptionclassThis class represents a Polyline with bulges from a DWG file.classThis class represents a Solid or Hatch with bulges from a DWG file. -
Uses of ILcdEditableCompositeCurve in com.luciad.format.gml31.model
Classes in com.luciad.format.gml31.model that implement ILcdEditableCompositeCurveModifier and TypeClassDescriptionclassA gml:CompositeCurve is represented by a sequence of (orientable) curves such that each curve in the sequence terminates at the start point of the subsequent curve in the list.classA curve is a 1-dimensional primitive.classA ring is used to represent a single connected component of a surface boundary as specified in ISO 19107:2003, 6.3.6.Methods in com.luciad.format.gml31.model that return ILcdEditableCompositeCurveModifier and TypeMethodDescriptionTLcdGML31ShapeFactory.createCompositeCurve()Creates a newgml:CompositeCurve, which can be edited through theILcdEditableCompositeCurveinterface.TLcdGML31ShapeFactory.createCurve()Creates a newgml:Curve, which can be edited through theILcdEditableCompositeCurveinterface.TLcdGML31ShapeFactory.createRing()Creates a newgml:Ring, which can be edited through theILcdEditableCompositeCurveinterface. -
Uses of ILcdEditableCompositeCurve in com.luciad.format.gml32.model
Classes in com.luciad.format.gml32.model that implement ILcdEditableCompositeCurveModifier and TypeClassDescriptionclassA gml:CompositeCurve is represented by a sequence of (orientable) curves such that each curve in the sequence terminates at the start point of the subsequent curve in the list.classA curve is a 1-dimensional primitive.classA ring is used to represent a single connected component of a surface boundary as specified in ISO 19107:2003, 6.3.6.Methods in com.luciad.format.gml32.model that return ILcdEditableCompositeCurveModifier and TypeMethodDescriptionTLcdGML32ShapeFactory.createCompositeCurve()Creates a newgml:CompositeCurve, which can be edited through theILcdEditableCompositeCurveinterface.TLcdGML32ShapeFactory.createCurve()Creates a newgml:Curve, which can be edited through theILcdEditableCompositeCurveinterface.TLcdGML32ShapeFactory.createRing()Creates a newgml:Ring, which can be edited through theILcdEditableCompositeCurveinterface. -
Uses of ILcdEditableCompositeCurve in com.luciad.shape
Classes in com.luciad.shape that implement ILcdEditableCompositeCurveModifier and TypeClassDescriptionclassThis class provides an implementation ofILcdEditableCompositeCurve. -
Uses of ILcdEditableCompositeCurve in com.luciad.shape.shape2D
Classes in com.luciad.shape.shape2D that implement ILcdEditableCompositeCurveModifier and TypeClassDescriptionclassThis class provides an implementation of anILcdCompositeCurvethat is also anILcdRing, in the geodetic space.classThis class provides an implementation of anILcdCompositeCurvethat is also anILcdRing, in the cartesian space. -
Uses of ILcdEditableCompositeCurve in com.luciad.view.lightspeed.editor
Methods in com.luciad.view.lightspeed.editor with parameters of type ILcdEditableCompositeCurveModifier and TypeMethodDescriptionprotected ALspEditHandleTLspCompositeCurveEditor.createObjectTranslationHandle(ILcdEditableCompositeCurve aCurve, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.