Uses of Class
com.luciad.format.gml31.model.TLcdGML31AbstractGeometry
Packages that use TLcdGML31AbstractGeometry
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
-
Uses of TLcdGML31AbstractGeometry in com.luciad.format.gml31.model
Subclasses of TLcdGML31AbstractGeometry in com.luciad.format.gml31.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.classThis is the abstract root type of the geometric primitives.classAn abstraction of a ring to support surface boundaries of different complexity.classAn abstraction of a solid to support the different levels of complexity.classAn 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.classA composite solid is a geometry type with all the geometric properties of a (primitive) solid.classA CompositeSurface is defined by a set of orientable surfaces.classA curve is a 1-dimensional primitive.classA geometric complex.classAn unrectified grid, which is a network composed of two or more sets of equally spaced parallel lines in which the members of each set intersect the members of the other sets at right angles.classModel class for the GML Linear Ring Type.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.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.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 polyhedral surface is a surface composed of polygon surfaces connected along their common boundary curves.classA rectified grid has an origin and vectors that define its post locations.classA ring is used to represent a single connected component of a surface boundary as specified in ISO 19107:2003, 6.3.6.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 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 TLcdGML31AbstractGeometryModifier and TypeMethodDescriptionTLcdGML31GeometricComplexProperty.getGeometry()Returns the value of the property that maps to the choice between theGeometricComplexandCompositeCurveandCompositeSurfaceandCompositeSolidelements.TLcdGML31GeometryProperty.getGeometry()Returns the value of the property that maps to the_Geometryelement.Methods in com.luciad.format.gml31.model that return types with arguments of type TLcdGML31AbstractGeometryModifier and TypeMethodDescriptionTLcdGML31GeometryArrayProperty.getGeometry()Returns the value of the property that maps to the_Geometryelement.Methods in com.luciad.format.gml31.model with parameters of type TLcdGML31AbstractGeometryModifier and TypeMethodDescriptionvoidTLcdGML31GeometricComplexProperty.setGeometry(TLcdGML31AbstractGeometry aValue) Sets the value of the property that maps to the choice between theGeometricComplexandCompositeCurveandCompositeSurfaceandCompositeSolidelements.voidTLcdGML31GeometryProperty.setGeometry(TLcdGML31AbstractGeometry aValue) Sets the value of the property that maps to the_Geometryelement.