Uses of Class
com.luciad.format.gml32.model.TLcdGML32AbstractGeometry
Packages that use 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 TypeClassDescriptionclassA class that represents an AIXM 5.1 curve.classA class that represents an AIXM 5.1 elevated curve.classA class that represents an AIXM 5.1 elevated point.classA class that represents an AIXM 5.1 elevated surface.classA class that represents an AIXM 5.1 Point.classA class that represents an AIXM 5.1 surface. -
Uses of TLcdGML32AbstractGeometry in com.luciad.format.gml32.model
Subclasses of TLcdGML32AbstractGeometry in com.luciad.format.gml32.modelModifier and TypeClassDescriptionclassgml:AbstractCurveType is an abstraction of a curve to support the different levels of complexity.classgml:AbstractGeometricAggregate is the abstract head of the substitution group for all geometric aggregates.classgml:AbstractGeometricPrimitiveType is the abstract root type of the geometric primitives.classgml:AbstractSolidType is an abstraction of a solid to support the different levels of complexity.classgml:AbstractSurfaceType is an abstraction of a surface to support the different levels of complexity.classA 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.classgml:CompositeSolid implements ISO 19107 GM_CompositeSolid (see ISO 19107:2003, 6.6.7) as specified in D.2.3.6.classA gml:CompositeSurface is represented by a set of orientable surfaces.classA curve is a 1-dimensional primitive.classclassThe 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.classA curve that consists of segments with linear interpolation.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.classOrientableCurve consists of a curve and an orientation.classOrientableSurface consists of a surface and an orientation.classA Point is defined by a single coordinate tuple.classA Polygon is a special surface that is defined by a single surface patch (see D.3.6).classA 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.classA solid is the basis for 3-dimensional geometry.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 TLcdGML32AbstractGeometryModifier and TypeMethodDescriptionTLcdGML32GeometryProperty.getAbstractGeometry()Returns the value of the property that maps to theAbstractGeometryelement.TLcdGML32GeometricComplexProperty.getGeometry()Returns the value of the property that maps to the choice between theGeometricComplexandCompositeCurveandCompositeSurfaceandCompositeSolidelements.Methods in com.luciad.format.gml32.model that return types with arguments of type TLcdGML32AbstractGeometryModifier and TypeMethodDescriptionTLcdGML32GeometryArrayProperty.getAbstractGeometry()Returns the value of the property that maps to theAbstractGeometryelement.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32AbstractGeometryModifier and TypeMethodDescriptionvoidTLcdGML32GeometryProperty.setAbstractGeometry(TLcdGML32AbstractGeometry aValue) Sets the value of the property that maps to theAbstractGeometryelement.voidTLcdGML32GeometricComplexProperty.setGeometry(TLcdGML32AbstractGeometry aValue) Sets the value of the property that maps to the choice between theGeometricComplexandCompositeCurveandCompositeSurfaceandCompositeSolidelements. -
Uses of TLcdGML32AbstractGeometry in com.luciad.format.metadata.model.extent
Methods in com.luciad.format.metadata.model.extent that return types with arguments of type TLcdGML32AbstractGeometryModifier and TypeMethodDescriptionTLcdISO19115BoundingPolygon.getPolygon()Gets the value of theTLcdISO19115BoundingPolygon.POLYGON_PROPERTYproperty adapted to a list ofTLcdGML32AbstractGeometryinstances.