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 TypeClassDescriptionclassThis abstract base type for geometry collections just makes the srsName attribute mandatory.classThe Box structure defines an extent using a pair of coordinate tuples.classA geometry collection must include one or more geometries, referenced through geometryMember elements.classModel class for the GML Linear Ring Type.classA LineString is defined by two or more coordinate tuples, with linear interpolation between them.classA MultiLineString is defined by one or more LineStrings, referenced through lineStringMember elements.classA MultiPoint is defined by one or more Points, referenced through pointMember elements.classA MultiPolygon is defined by one or more Polygons, referenced through polygonMember elements.classA Point is defined by a single coordinate tuple.classA 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_Geometryelement.TLcdGML2GeometryProperty.getGeometry()Returns the value of the property that maps to the_Geometryelement.Methods in com.luciad.format.gml2.model with parameters of type TLcdGML2AbstractGeometryModifier and TypeMethodDescriptionvoidTLcdGML2GeometryAssociation.setGeometry(TLcdGML2AbstractGeometry aValue) Sets the value of the property that maps to the_Geometryelement.voidTLcdGML2GeometryProperty.setGeometry(TLcdGML2AbstractGeometry aValue) Sets the value of the property that maps to the_Geometryelement.