Uses of Class
com.luciad.format.gml32.model.TLcdGML32AbstractGeometry
Package
Description
This package provides the classes that correspond to AIXM 5.1 geometry types.
Provides domain model classes and utility classes for modeling GML 3.2 data.
The datatype in this package is an aggregate of the metadata elements that describe the spatial
and temporal extent of the referring entity.
-
Uses of TLcdGML32AbstractGeometry in com.luciad.format.aixm51.model.features.geometry
Modifier and TypeClassDescriptionclass
A class that represents an AIXM 5.1 curve.class
A class that represents an AIXM 5.1 elevated curve.class
A class that represents an AIXM 5.1 elevated point.class
A class that represents an AIXM 5.1 elevated surface.class
A class that represents an AIXM 5.1 Point.class
A class that represents an AIXM 5.1 surface. -
Uses of TLcdGML32AbstractGeometry in com.luciad.format.gml32.model
Modifier and TypeClassDescriptionclass
gml:AbstractCurveType is an abstraction of a curve to support the different levels of complexity.class
gml:AbstractGeometricAggregate is the abstract head of the substitution group for all geometric aggregates.class
gml:AbstractGeometricPrimitiveType is the abstract root type of the geometric primitives.class
gml:AbstractSolidType is an abstraction of a solid to support the different levels of complexity.class
gml:AbstractSurfaceType is an abstraction of a surface to support the different levels of complexity.class
A 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.class
gml:CompositeSolid implements ISO 19107 GM_CompositeSolid (see ISO 19107:2003, 6.6.7) as specified in D.2.3.6.class
A gml:CompositeSurface is represented by a set of orientable surfaces.class
A curve is a 1-dimensional primitive.class
class
The gml:Grid implicitly defines an unrectified grid, which is a network composed of two or more sets of curves in which the members of each set intersect the members of the other sets in an algorithmic way.class
A curve that consists of segments with linear interpolation.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
OrientableCurve consists of a curve and an orientation.class
OrientableSurface consists of a surface and an orientation.class
A Point is defined by a single coordinate tuple.class
A Polygon is a special surface that is defined by a single surface patch (see D.3.6).class
A rectified grid is a grid for which there is an affine transformation between the grid coordinates and the coordinates of an external coordinate reference system.class
A solid is the basis for 3-dimensional geometry.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 TypeMethodDescriptionTLcdGML32GeometryProperty.getAbstractGeometry()
Returns the value of the property that maps to theAbstractGeometry
element.TLcdGML32GeometricComplexProperty.getGeometry()
Returns the value of the property that maps to the choice between theGeometricComplex
andCompositeCurve
andCompositeSurface
andCompositeSolid
elements.Modifier and TypeMethodDescriptionTLcdGML32GeometryArrayProperty.getAbstractGeometry()
Returns the value of the property that maps to theAbstractGeometry
element.Modifier and TypeMethodDescriptionvoid
TLcdGML32GeometryProperty.setAbstractGeometry
(TLcdGML32AbstractGeometry aValue) Sets the value of the property that maps to theAbstractGeometry
element.void
TLcdGML32GeometricComplexProperty.setGeometry
(TLcdGML32AbstractGeometry aValue) Sets the value of the property that maps to the choice between theGeometricComplex
andCompositeCurve
andCompositeSurface
andCompositeSolid
elements. -
Uses of TLcdGML32AbstractGeometry in com.luciad.format.metadata.model.extent
Modifier and TypeMethodDescriptionTLcdISO19115BoundingPolygon.getPolygon()
Gets the value of theTLcdISO19115BoundingPolygon.POLYGON_PROPERTY
property adapted to a list ofTLcdGML32AbstractGeometry
instances.