Uses of Interface
com.luciad.shape.ILcdEditableShapeList
Packages that use ILcdEditableShapeList
Package
Description
This package provides the classes that correspond to AIXM 5.1 geometry types.
Provides classes to read and write geometries and features from generic
spatial databases.
Handles the dgn format.
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 feature classes of KML.
This package contains all geometry classes of KML.
Handles MapInfo formats: the binary map format and the ASCII mif
format.
This package contains a domain model to represent an NVG 1.4/1.5 data source.
This package contains a domain model to represent an NVG 2.0 data source.
Everything related to representing three-dimensional shapes.
-
Uses of ILcdEditableShapeList in com.luciad.format.aixm51.model.features.geometry
Classes in com.luciad.format.aixm51.model.features.geometry that implement ILcdEditableShapeListModifier and TypeClassDescriptionclassA class that represents an AIXM 5.1 elevated surface.classA class that represents an AIXM 5.1 surface. -
Uses of ILcdEditableShapeList in com.luciad.format.database
Classes in com.luciad.format.database that implement ILcdEditableShapeListModifier and TypeClassDescriptionclassThis class provides an implementation ofILcdDataObject, andILcdShapeListthat contains one or more shapes.classThis class provides an implementation ofILcdDataobjectandILcdShapeListthat contains a single shape. -
Uses of ILcdEditableShapeList in com.luciad.format.dgn
Classes in com.luciad.format.dgn that implement ILcdEditableShapeListModifier and TypeClassDescriptionclassThis class represents a 3DSurface from a DGN file.classThis class represents a Cell from a DGN file.classThis class represents a ComplexChain from a DGN file.classThis class represents a ComplexShape from a DGN file.classThis class represents a Solid from a DGN file.classThis class represents a TextNode2D from a DGN file. -
Uses of ILcdEditableShapeList in com.luciad.format.dwg
Classes in com.luciad.format.dwg that implement ILcdEditableShapeListModifier and TypeClassDescriptionclassThis class represents a Block from a DWG file. -
Uses of ILcdEditableShapeList in com.luciad.format.gml2.model
Classes in com.luciad.format.gml2.model that implement ILcdEditableShapeListModifier and TypeClassDescriptionclassA MultiPoint is defined by one or more Points, referenced through pointMember elements.classA MultiPolygon is defined by one or more Polygons, referenced through polygonMember elements.Methods in com.luciad.format.gml2.model that return ILcdEditableShapeListModifier and TypeMethodDescriptionprotected ILcdEditableShapeListTLcdGML2GeometryCollection.createDelegateShape()protected ILcdEditableShapeListTLcdGML2MultiLineString.createDelegateShape()protected ILcdEditableShapeListTLcdGML2MultiPoint.createDelegateShape()protected ILcdEditableShapeListTLcdGML2MultiPolygon.createDelegateShape() -
Uses of ILcdEditableShapeList in com.luciad.format.gml31.model
Classes in com.luciad.format.gml31.model that implement ILcdEditableShapeListModifier and TypeClassDescriptionclassgml:AbstractGeometricAggregate is the abstract head of the substitution group for all geometric aggregates.classA gml:MultiCurve is defined by one or more gml:AbstractCurves.classgml:MultiGeometry is a collection of one or more GML geometry objects of arbitrary type.classclassA gml:MultiPoint consists of one or more gml:Points.classA MultiPolygon is defined by one or more Polygons, referenced through polygonMember elements.classA MultiSolid is defined by one or more Solids, referenced through solidMember elements.classA gml:MultiSurface is defined by one or more gml:AbstractSurfaces.classA polyhedral surface is a surface composed of polygon surfaces connected along their common boundary curves.classA Surface is a 2-dimensional primitive and is composed of one or more surface patches as specified in ISO 19107:2003, 6.3.17.1.classA tin is a triangulated surface that uses the Delauny algorithm or a similar algorithm complemented with consideration of breaklines, stoplines, and maximum length of triangle sides.classA triangulated surface is a polyhedral surface that is composed only of triangles.Methods in com.luciad.format.gml31.model that return ILcdEditableShapeListModifier and TypeMethodDescriptionTLcdGML31ShapeFactory.createMultiCurve()Creates a newMultiCurve:Ring, which can be edited through theILcdEditableShapeListinterface.TLcdGML31ShapeFactory.createMultiGeometry()Creates a newgml:MultiGeometry, which can be edited through theILcdEditableShapeListinterface.TLcdGML31ShapeFactory.createMultiPoint()Creates a newgml:MultiPoint, which can be edited through theILcdEditableShapeListinterface.TLcdGML31ShapeFactory.createMultiSurface()Creates a newgml:MultiSurface, which can be edited through theILcdEditableShapeListinterface.TLcdGML31ShapeFactory.createSurface()Creates a newgml:Surface, which can be edited through theILcdEditableShapeListinterface. -
Uses of ILcdEditableShapeList in com.luciad.format.gml32.model
Classes in com.luciad.format.gml32.model that implement ILcdEditableShapeListModifier and TypeClassDescriptionclassgml:AbstractGeometricAggregate is the abstract head of the substitution group for all geometric aggregates.classA gml:MultiCurve is defined by one or more gml:AbstractCurves.classgml:MultiGeometry is a collection of one or more GML geometry objects of arbitrary type.classA gml:MultiPoint consists of one or more gml:Points.classA gml:MultiSolid is defined by one or more gml:AbstractSolids.classA gml:MultiSurface is defined by one or more gml:AbstractSurfaces.classA Surface is a 2-dimensional primitive and is composed of one or more surface patches as specified in ISO 19107:2003, 6.3.17.1.classA tin is a triangulated surface that uses the Delauny algorithm or a similar algorithm complemented with consideration of stoplines (stopLines), breaklines (breakLines), and maximum length of triangle sides (maxLength).Methods in com.luciad.format.gml32.model that return ILcdEditableShapeListModifier and TypeMethodDescriptionTLcdGML32ShapeFactory.createMultiCurve()Creates a newMultiCurve:Ring, which can be edited through theILcdEditableShapeListinterface.TLcdGML32ShapeFactory.createMultiGeometry()Creates a newgml:MultiGeometry, which can be edited through theILcdEditableShapeListinterface.TLcdGML32ShapeFactory.createMultiPoint()Creates a newgml:MultiPoint, which can be edited through theILcdEditableShapeListinterface.TLcdGML32ShapeFactory.createMultiSurface()Creates a newgml:MultiSurface, which can be edited through theILcdEditableShapeListinterface.TLcdGML32ShapeFactory.createSurface()Creates a newgml:Surface, which can be edited through theILcdEditableShapeListinterface. -
Uses of ILcdEditableShapeList in com.luciad.format.kml22.model.feature
Classes in com.luciad.format.kml22.model.feature that implement ILcdEditableShapeListModifier and TypeClassDescriptionclassDomain class modeling the KML PlacemarkType type. -
Uses of ILcdEditableShapeList in com.luciad.format.kml22.model.geometry
Classes in com.luciad.format.kml22.model.geometry that implement ILcdEditableShapeListModifier and TypeClassDescriptionclassDomain class modeling the KML MultiGeometryType type. -
Uses of ILcdEditableShapeList in com.luciad.format.mif
Classes in com.luciad.format.mif that implement ILcdEditableShapeListModifier and TypeClassDescriptionclassThisILcdMIFShaperepresents a MIF collection object.classThisILcdMIFShaperepresents a MIF multi point.classThisILcdMIFShaperepresents MIF line objects like LINE, PLINE, and ARC.classThisILcdMIFShaperepresents MIF region objects like REGION, RECT, ROUNDRECT, and ELLIPSE.classThisILcdMIFShaperepresents MIF text objects. -
Uses of ILcdEditableShapeList in com.luciad.format.nvg.nvg15.model
Classes in com.luciad.format.nvg.nvg15.model that implement ILcdEditableShapeListModifier and TypeClassDescriptionclassAn anchor is a domain object container that has anhref property, similar to the anchor element in HTML.classImplementation of anILcdEditableShapeListthat represents an NVG 1.5 Composite.classImplementation of anILcdEditableShapeListthat represents an NVG 1.5 Group. -
Uses of ILcdEditableShapeList in com.luciad.format.nvg.nvg20.model
Classes in com.luciad.format.nvg.nvg20.model that implement ILcdEditableShapeListModifier and TypeClassDescriptionclassImplementation of anILcdEditableShapeListthat represents an NVG 2.0 Composite.classImplementation of anILcdEditableShapeListthat represents an NVG 2.0 Group. -
Uses of ILcdEditableShapeList in com.luciad.shape
Classes in com.luciad.shape that implement ILcdEditableShapeListModifier and TypeClassDescriptionclassThis class provides an implementation ofILcdShapeListthat is alsoILcdDataObject.classThis class provides an implementation ofILcdShapeListthat is alsoILcdDataObjectandILcdFeatured.classThis class provides an implementation ofILcdShapeList.