Uses of Class
com.luciad.format.gml31.model.TLcdGML31AbstractGML
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
-
Uses of TLcdGML31AbstractGML in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
A continuous coverage as defined in ISO 19123 is a coverage that can return different values for the same feature attribute at different direct positions within a single spatiotemporal object in its spatiotemporal domainclass
Abstract element which acts as the head of a substitution group for coverages.class
gml:AbstractCurveType is an abstraction of a curve to support the different levels of complexity.class
A discrete coverage consists of a domain set, range set and optionally a coverage function.class
Default implementation for Java domain model classes modeling XML types extending ofgml:AbstractFeatureType
.class
Deprecated.class
gml:AbstractGeometricAggregate is the abstract head of the substitution group for all geometric aggregates.class
This is the abstract root type of the geometric primitives.class
All geometry elements are derived directly or indirectly from this abstract supertype.class
An abstraction of a ring to support surface boundaries of different complexity.class
An abstraction of a solid to support the different levels of complexity.class
An abstraction of a surface to support the different levels of complexity.class
The abstract supertype for temporal complexes.class
The abstract supertype for temporal geometric primitives.class
The abstract supertype for temporal objects.class
The abstract supertype for temporal primitives.class
A timeslice encapsulates the time-varying properties of a dynamic feature--it must be extended to represent a timestamped projection of a feature.class
A non-abstract generic collection type that can be used as a document element for a homogeneous collection of any GML types - Geometries, Topologies, Features ...class
A non-abstract generic collection type that can be used as a document element for a collection of any GML types - Geometries, Topologies, Features ...class
Makes boundedBy mandatoryclass
A gml:CompositeCurve is represented by a sequence of (orientable) curves such that each curve in the sequence terminates at the start point of the subsequent curve in the list.class
A composite solid is a geometry type with all the geometric properties of a (primitive) solid.class
A CompositeSurface is defined by a set of orientable surfaces.class
Aggregate value built from other Values using the Composite pattern.class
A curve is a 1-dimensional primitive.class
class
class
A dynamic feature may possess a history and/or a timestamp.class
A dynamic feature collection may possess a history and/or a timestamp.class
Concrete generic feature collection.class
A geometric complex.class
An unrectified grid, which is a network composed of two or more sets of equally spaced parallel lines in which the members of each set intersect the members of the other sets at right angles.class
class
Model class for the GML Linear Ring Type.class
A curve that consists of segments with linear interpolation.class
ATLcdGML31AbstractFeature
-based feature collection that implementsILcdModel
.class
This type encapsulates various dynamic properties of moving objects (points, lines, regions).class
A gml:MultiCurve is defined by one or more gml:AbstractCurves.class
A discrete coverage type whose domain is defined by a collection of curves.class
gml:MultiGeometry is a collection of one or more GML geometry objects of arbitrary type.class
class
A gml:MultiPoint consists of one or more gml:Points.class
A discrete coverage type whose domain is defined by a collection of pointclass
A MultiPolygon is defined by one or more Polygons, referenced through polygonMember elements.class
A MultiSolid is defined by one or more Solids, referenced through solidMember elements.class
A discrete coverage type whose domain is defined by a collection of Solids.class
A gml:MultiSurface is defined by one or more gml:AbstractSurfaces.class
A discrete coverage type whose domain is defined by a collection of surface patches (includes polygons, triangles, rectangles, etc).class
class
OrientableCurve consists of a curve and an orientation.class
OrientableSurface consists of a surface and an orientation.class
A Point is defined by a single coordinate tuple.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 rectified grid has an origin and vectors that define its post locations.class
class
A ring is used to represent a single connected component of a surface boundary as specified in ISO 19107:2003, 6.3.6.class
A solid is the basis for 3-dimensional geometry.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 zero-dimensional geometric primitive that represents an identifiableposition
in time.class
A GML period acts as a one-dimensional geometric primitive that represents an identifiable extent in time, usually defined by two time positions or time instants.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.class
A Value Array is used for homogeneous arrays of primitive and aggregate values.Modifier and TypeMethodDescriptionTLcdGML31DomainSet.getGeometry__TimeObject()
Returns the value of the property that maps to the choice between the_Geometry
and_TimeObject
elements.TLcdGML31TargetProperty.getObject()
Returns the value of the property that maps to the choice between the_Feature
and_Geometry
elements.TLcdGML31Observation.getTarget()
Returns the value of the property that maps to thetarget
element.Modifier and TypeMethodDescriptionvoid
TLcdGML31DomainSet.setGeometry__TimeObject
(TLcdGML31AbstractGML aValue) Sets the value of the property that maps to the choice between the_Geometry
and_TimeObject
elements.void
TLcdGML31TargetProperty.setObject
(TLcdGML31AbstractGML aValue) Sets the value of the property that maps to the choice between the_Feature
and_Geometry
elements.void
TLcdGML31Observation.setTarget
(TLcdGML31AbstractGML aValue) Sets the value of the property that maps to thetarget
element.
AbstractFeatureMember
.