Uses of Class
com.luciad.format.gml2.model.TLcdGML2AbstractGeometry
Packages that use TLcdGML2AbstractGeometry
Package
Description
Provides domain model classes and utility classes for modeling GML 2 data.
-
Uses of TLcdGML2AbstractGeometry in com.luciad.format.gml2.model
Subclasses of TLcdGML2AbstractGeometry in com.luciad.format.gml2.modelModifier and TypeClassDescriptionclass
This abstract base type for geometry collections just makes the srsName attribute mandatory.class
The Box structure defines an extent using a pair of coordinate tuples.class
A geometry collection must include one or more geometries, referenced through geometryMember elements.class
Model class for the GML Linear Ring Type.class
A LineString is defined by two or more coordinate tuples, with linear interpolation between them.class
A MultiLineString is defined by one or more LineStrings, referenced through lineStringMember elements.class
A MultiPoint is defined by one or more Points, referenced through pointMember elements.class
A MultiPolygon is defined by one or more Polygons, referenced through polygonMember elements.class
A Point is defined by a single coordinate tuple.class
A Polygon is defined by an outer boundary and zero or more inner boundaries which are in turn defined by LinearRings.Methods in com.luciad.format.gml2.model that return TLcdGML2AbstractGeometryModifier and TypeMethodDescriptionTLcdGML2GeometryAssociation.getGeometry()
Returns the value of the property that maps to the_Geometry
element.TLcdGML2GeometryProperty.getGeometry()
Returns the value of the property that maps to the_Geometry
element.Methods in com.luciad.format.gml2.model with parameters of type TLcdGML2AbstractGeometryModifier and TypeMethodDescriptionvoid
TLcdGML2GeometryAssociation.setGeometry
(TLcdGML2AbstractGeometry aValue) Sets the value of the property that maps to the_Geometry
element.void
TLcdGML2GeometryProperty.setGeometry
(TLcdGML2AbstractGeometry aValue) Sets the value of the property that maps to the_Geometry
element.