Uses of Class
com.luciad.format.gml32.model.TLcdGML32AbstractSurface
Packages that use TLcdGML32AbstractSurface
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.
-
Uses of TLcdGML32AbstractSurface in com.luciad.format.aixm51.model.features.geometry
Subclasses of TLcdGML32AbstractSurface in com.luciad.format.aixm51.model.features.geometryModifier and TypeClassDescriptionclass
A class that represents an AIXM 5.1 elevated surface.class
A class that represents an AIXM 5.1 surface. -
Uses of TLcdGML32AbstractSurface in com.luciad.format.gml32.model
Subclasses of TLcdGML32AbstractSurface in com.luciad.format.gml32.modelModifier and TypeClassDescriptionclass
A gml:CompositeSurface is represented by a set of orientable surfaces.class
OrientableSurface consists of a surface and an orientation.class
A Polygon is a special surface that is defined by a single surface patch (see D.3.6).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).Methods in com.luciad.format.gml32.model that return TLcdGML32AbstractSurfaceMethods in com.luciad.format.gml32.model that return types with arguments of type TLcdGML32AbstractSurfaceModifier and TypeMethodDescriptionTLcdGML32SurfaceArrayProperty.getAbstractSurface()
Returns the value of the property that maps to theAbstractSurface
element.TLcdGML32CompositeSurface.getSurfaceMember()
Returns the value of the property that maps to thesurfaceMember
element.TLcdGML32Shell.getSurfaceMember()
Returns the value of the property that maps to thesurfaceMember
element.