Uses of Class
com.luciad.format.gml2.model.TLcdGML2GeometryAssociation
Package
Description
Provides domain model classes and utility classes for modeling GML 2 data.
-
Uses of TLcdGML2GeometryAssociation in com.luciad.format.gml2.model
Modifier and TypeClassDescriptionclass
Restricts the outer or inner boundary of a polygon instance to being a LinearRing.class
Restricts the geometry member to being a LineString instance.class
Encapsulates a single LineString to represent centerLineOf or edgeOf properties.class
Encapsulates a MultiGeometry element.class
Encapsulates a MultiLineString element to represent the following discontiguous geometric properties: multiEdgeOf, multiCenterLineOf.class
Encapsulates a MultiPoint element to represent the following discontiguous geometric properties: multiLocation, multiPosition, multiCenterOf.class
Encapsulates a MultiPolygon to represent the following discontiguous geometric properties: multiCoverage, multiExtentOf.class
Restricts the geometry member to being a Point instance.class
Encapsulates a single point to represent position, location, or centerOf properties.class
Restricts the geometry member to being a Polygon instance.class
Encapsulates a single polygon to represent coverage or extentOf properties.