Uses of Class
com.luciad.format.gml32.model.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
Modifier and TypeMethodDescriptionTLcdAIXM51MarkingElement.getExtent()
Returns the value of the property that maps to the choice between theextent_surfaceExtent
andextent_curveExtent
andextent_location
elements.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51MarkingElement.setExtent
(TLcdGML32AbstractGeometricPrimitive aValue) Sets the value of the property that maps to the choice between theextent_surfaceExtent
andextent_curveExtent
andextent_location
elements. -
Uses of TLcdGML32AbstractGeometricPrimitive in com.luciad.format.aixm51.model.features.airportheliport.runway
Modifier and TypeMethodDescriptionTLcdAIXM51ArrestingGearTimeSlice.getExtent()
Returns the value of the property that maps to the choice between theextent_curveExtent
andextent_surfaceExtent
andextent_pointExtent
elements.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51ArrestingGearTimeSlice.setExtent
(TLcdGML32AbstractGeometricPrimitive aValue) Sets the value of the property that maps to the choice between theextent_curveExtent
andextent_surfaceExtent
andextent_pointExtent
elements. -
Uses of TLcdGML32AbstractGeometricPrimitive 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 TLcdGML32AbstractGeometricPrimitive 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: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
A curve that consists of segments with linear interpolation.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 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 TypeMethodDescriptionTLcdGML32GeometricPrimitiveProperty.getAbstractGeometricPrimitive()
Returns the value of the property that maps to theAbstractGeometricPrimitive
element.Modifier and TypeMethodDescriptionTLcdGML32GeometricComplex.getElement()
Returns the value of the property that maps to theelement
element.Modifier and TypeMethodDescriptionvoid
TLcdGML32GeometricPrimitiveProperty.setAbstractGeometricPrimitive
(TLcdGML32AbstractGeometricPrimitive aValue) Sets the value of the property that maps to theAbstractGeometricPrimitive
element.