Uses of Package
com.luciad.format.gml2.model
Package
Description
Provides domain model classes and utility classes for modeling GML 2 data.
-
ClassDescriptionIf a bounding shape is not provided for a feature collection, explain why.Default implementation for Java domain model classes modeling XML types extending of
gml:AbstractFeatureType
.A feature collection contains zero or more featureMember elements.This abstract base type just makes the boundedBy element mandatory for a feature collection.All geometry elements are derived from this abstract supertype; a geometry element may have an identifying attribute (gid).This abstract base type for geometry collections just makes the srsName attribute mandatory.The Box structure defines an extent using a pair of coordinate tuples.This type is deprecated for tuples with ordinate values that are numbers.An instance of this type (e.g.A geometry collection must include one or more geometries, referenced through geometryMember elements.Model class for the GML Linear Ring Type.A LineString is defined by two or more coordinate tuples, with linear interpolation between them.A Point is defined by a single coordinate tuple.A Polygon is defined by an outer boundary and zero or more inner boundaries which are in turn defined by LinearRings.