Uses of Class
com.luciad.format.gml31.model.TLcdGML31AbstractSurface
Packages that use TLcdGML31AbstractSurface
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
-
Uses of TLcdGML31AbstractSurface in com.luciad.format.gml31.model
Subclasses of TLcdGML31AbstractSurface in com.luciad.format.gml31.modelModifier and TypeClassDescriptionclass
A CompositeSurface is defined 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 polyhedral surface is a surface composed of polygon surfaces connected along their common boundary curves.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 breaklines, stoplines, and maximum length of triangle sides.class
A triangulated surface is a polyhedral surface that is composed only of triangles.Methods in com.luciad.format.gml31.model that return TLcdGML31AbstractSurfaceModifier and TypeMethodDescriptionTLcdGML31Solid.getExterior()
Returns the value of the property that maps to theexterior
element.TLcdGML31SurfaceProperty.getTargetSurface()
Methods in com.luciad.format.gml31.model that return types with arguments of type TLcdGML31AbstractSurfaceModifier and TypeMethodDescriptionTLcdGML31Solid.getInterior()
Returns the value of the property that maps to theinterior
element.TLcdGML31SurfaceArrayProperty.getSurface()
Returns the value of the property that maps to the_Surface
element.TLcdGML31CompositeSurface.getSurfaceMember()
Returns the value of the property that maps to thesurfaceMember
element.Methods in com.luciad.format.gml31.model with parameters of type TLcdGML31AbstractSurfaceModifier and TypeMethodDescriptionvoid
TLcdGML31Solid.setExterior
(TLcdGML31AbstractSurface aValue) Sets the value of the property that maps to theexterior
element.