Uses of Class
com.luciad.format.gml32.model.TLcdGML32AbstractGeometricPrimitive
Packages that use TLcdGML32AbstractGeometricPrimitive
Package
Description
This package provides the classes that correspond to AIXM 5.1 airportheliport marking types.
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.
-
Uses of TLcdGML32AbstractGeometricPrimitive in com.luciad.format.aixm51.model.features.airportheliport.markings
Methods in com.luciad.format.aixm51.model.features.airportheliport.markings that return TLcdGML32AbstractGeometricPrimitiveModifier and TypeMethodDescriptionTLcdAIXM51MarkingElement.getExtent()Returns the value of the property that maps to the choice between theextent_surfaceExtentandextent_curveExtentandextent_locationelements.Methods in com.luciad.format.aixm51.model.features.airportheliport.markings with parameters of type TLcdGML32AbstractGeometricPrimitiveModifier and TypeMethodDescriptionvoidTLcdAIXM51MarkingElement.setExtent(TLcdGML32AbstractGeometricPrimitive aValue) Sets the value of the property that maps to the choice between theextent_surfaceExtentandextent_curveExtentandextent_locationelements. -
Uses of TLcdGML32AbstractGeometricPrimitive in com.luciad.format.aixm51.model.features.airportheliport.runway
Methods in com.luciad.format.aixm51.model.features.airportheliport.runway that return TLcdGML32AbstractGeometricPrimitiveModifier and TypeMethodDescriptionTLcdAIXM51ArrestingGearTimeSlice.getExtent()Returns the value of the property that maps to the choice between theextent_curveExtentandextent_surfaceExtentandextent_pointExtentelements.Methods in com.luciad.format.aixm51.model.features.airportheliport.runway with parameters of type TLcdGML32AbstractGeometricPrimitiveModifier and TypeMethodDescriptionvoidTLcdAIXM51ArrestingGearTimeSlice.setExtent(TLcdGML32AbstractGeometricPrimitive aValue) Sets the value of the property that maps to the choice between theextent_curveExtentandextent_surfaceExtentandextent_pointExtentelements. -
Uses of TLcdGML32AbstractGeometricPrimitive in com.luciad.format.aixm51.model.features.geometry
Subclasses of TLcdGML32AbstractGeometricPrimitive in com.luciad.format.aixm51.model.features.geometryModifier 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 TLcdGML32AbstractGeometricPrimitive in com.luciad.format.gml32.model
Subclasses of TLcdGML32AbstractGeometricPrimitive in com.luciad.format.gml32.modelModifier and TypeClassDescriptionclassgml:AbstractCurveType is an abstraction of a curve to support the different levels of complexity.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.classA curve that consists of segments with linear interpolation.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 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 TLcdGML32AbstractGeometricPrimitiveModifier and TypeMethodDescriptionTLcdGML32GeometricPrimitiveProperty.getAbstractGeometricPrimitive()Returns the value of the property that maps to theAbstractGeometricPrimitiveelement.Methods in com.luciad.format.gml32.model that return types with arguments of type TLcdGML32AbstractGeometricPrimitiveModifier and TypeMethodDescriptionTLcdGML32GeometricComplex.getElement()Returns the value of the property that maps to theelementelement.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32AbstractGeometricPrimitiveModifier and TypeMethodDescriptionvoidTLcdGML32GeometricPrimitiveProperty.setAbstractGeometricPrimitive(TLcdGML32AbstractGeometricPrimitive aValue) Sets the value of the property that maps to theAbstractGeometricPrimitiveelement.