Uses of Interface
com.luciad.shape.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
Modifier and TypeClassDescriptionclass
A class that represents an AIXM 5.1 elevated surface.class
A class that represents an AIXM 5.1 surface. -
Uses of ILcdEditableShapeList in com.luciad.format.database
Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcdDataObject
, andILcdShapeList
that contains one or more shapes.class
This class provides an implementation ofILcdDataobject
andILcdShapeList
that contains a single shape. -
Uses of ILcdEditableShapeList in com.luciad.format.dgn
Modifier and TypeClassDescriptionclass
This class represents a 3DSurface from a DGN file.class
This class represents a Cell from a DGN file.class
This class represents a ComplexChain from a DGN file.class
This class represents a ComplexShape from a DGN file.class
This class represents a Solid from a DGN file.class
This class represents a TextNode2D from a DGN file. -
Uses of ILcdEditableShapeList in com.luciad.format.dwg
Modifier and TypeClassDescriptionclass
This class represents a Block from a DWG file. -
Uses of ILcdEditableShapeList in com.luciad.format.gml2.model
Modifier and TypeClassDescriptionclass
A MultiPoint is defined by one or more Points, referenced through pointMember elements.class
A MultiPolygon is defined by one or more Polygons, referenced through polygonMember elements.Modifier and TypeMethodDescriptionprotected ILcdEditableShapeList
TLcdGML2GeometryCollection.createDelegateShape()
protected ILcdEditableShapeList
TLcdGML2MultiLineString.createDelegateShape()
protected ILcdEditableShapeList
TLcdGML2MultiPoint.createDelegateShape()
protected ILcdEditableShapeList
TLcdGML2MultiPolygon.createDelegateShape()
-
Uses of ILcdEditableShapeList in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
gml:AbstractGeometricAggregate is the abstract head of the substitution group for all geometric aggregates.class
A gml:MultiCurve is defined by one or more gml:AbstractCurves.class
gml:MultiGeometry is a collection of one or more GML geometry objects of arbitrary type.class
class
A gml:MultiPoint consists of one or more gml:Points.class
A MultiPolygon is defined by one or more Polygons, referenced through polygonMember elements.class
A MultiSolid is defined by one or more Solids, referenced through solidMember elements.class
A gml:MultiSurface is defined by one or more gml:AbstractSurfaces.class
A polyhedral surface is a surface composed of polygon surfaces connected along their common boundary curves.class
A 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.class
A 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.class
A triangulated surface is a polyhedral surface that is composed only of triangles.Modifier and TypeMethodDescriptionTLcdGML31ShapeFactory.createMultiCurve()
Creates a newMultiCurve:Ring
, which can be edited through theILcdEditableShapeList
interface.TLcdGML31ShapeFactory.createMultiGeometry()
Creates a newgml:MultiGeometry
, which can be edited through theILcdEditableShapeList
interface.TLcdGML31ShapeFactory.createMultiPoint()
Creates a newgml:MultiPoint
, which can be edited through theILcdEditableShapeList
interface.TLcdGML31ShapeFactory.createMultiSurface()
Creates a newgml:MultiSurface
, which can be edited through theILcdEditableShapeList
interface.TLcdGML31ShapeFactory.createSurface()
Creates a newgml:Surface
, which can be edited through theILcdEditableShapeList
interface. -
Uses of ILcdEditableShapeList in com.luciad.format.gml32.model
Modifier and TypeClassDescriptionclass
gml:AbstractGeometricAggregate is the abstract head of the substitution group for all geometric aggregates.class
A gml:MultiCurve is defined by one or more gml:AbstractCurves.class
gml:MultiGeometry is a collection of one or more GML geometry objects of arbitrary type.class
A gml:MultiPoint consists of one or more gml:Points.class
A gml:MultiSolid is defined by one or more gml:AbstractSolids.class
A gml:MultiSurface is defined by one or more gml:AbstractSurfaces.class
A 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.class
A 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).Modifier and TypeMethodDescriptionTLcdGML32ShapeFactory.createMultiCurve()
Creates a newMultiCurve:Ring
, which can be edited through theILcdEditableShapeList
interface.TLcdGML32ShapeFactory.createMultiGeometry()
Creates a newgml:MultiGeometry
, which can be edited through theILcdEditableShapeList
interface.TLcdGML32ShapeFactory.createMultiPoint()
Creates a newgml:MultiPoint
, which can be edited through theILcdEditableShapeList
interface.TLcdGML32ShapeFactory.createMultiSurface()
Creates a newgml:MultiSurface
, which can be edited through theILcdEditableShapeList
interface.TLcdGML32ShapeFactory.createSurface()
Creates a newgml:Surface
, which can be edited through theILcdEditableShapeList
interface. -
Uses of ILcdEditableShapeList in com.luciad.format.kml22.model.feature
Modifier and TypeClassDescriptionclass
Domain class modeling the KML PlacemarkType type. -
Uses of ILcdEditableShapeList in com.luciad.format.kml22.model.geometry
Modifier and TypeClassDescriptionclass
Domain class modeling the KML MultiGeometryType type. -
Uses of ILcdEditableShapeList in com.luciad.format.mif
Modifier and TypeClassDescriptionclass
ThisILcdMIFShape
represents a MIF collection object.class
ThisILcdMIFShape
represents a MIF multi point.class
ThisILcdMIFShape
represents MIF line objects like LINE, PLINE, and ARC.class
ThisILcdMIFShape
represents MIF region objects like REGION, RECT, ROUNDRECT, and ELLIPSE.class
ThisILcdMIFShape
represents MIF text objects. -
Uses of ILcdEditableShapeList in com.luciad.format.nvg.nvg15.model
Modifier and TypeClassDescriptionclass
An anchor is a domain object container that has anhref property
, similar to the anchor element in HTML.class
Implementation of anILcdEditableShapeList
that represents an NVG 1.5 Composite.class
Implementation of anILcdEditableShapeList
that represents an NVG 1.5 Group. -
Uses of ILcdEditableShapeList in com.luciad.format.nvg.nvg20.model
Modifier and TypeClassDescriptionclass
Implementation of anILcdEditableShapeList
that represents an NVG 2.0 Composite.class
Implementation of anILcdEditableShapeList
that represents an NVG 2.0 Group. -
Uses of ILcdEditableShapeList in com.luciad.shape
Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcdShapeList
that is alsoILcdDataObject
.class
This class provides an implementation ofILcdShapeList
that is alsoILcdDataObject
andILcdFeatured
.class
This class provides an implementation ofILcdShapeList
.