Uses of Class
com.luciad.format.gml32.model.TLcdGML32AbstractFeature
Packages that use TLcdGML32AbstractFeature
Package
Description
This package provides the classes that correspond to AIXM 5.1 data types.
Provides domain model classes and utility classes for modeling GML 3.2 data.
-
Uses of TLcdGML32AbstractFeature in com.luciad.format.aixm51.model.abstractfeature
Subclasses of TLcdGML32AbstractFeature in com.luciad.format.aixm51.model.abstractfeatureModifier and TypeClassDescriptionclass
A general representation of an AIXM 5.1 feature.class
This derives from gml:DynamicFeatureType, as all AIXM features are expected to have temporal properties modeled using the Timeslice model.class
Represents an AIXM 5.1 message.class
This class represents an AIXM 5.1 AbstractAIXMMessageBase.class
TLcdAIXM51Feature<T extends TLcdAIXM51AbstractAIXMTimeSlice>
Model class for AIXM51 features. -
Uses of TLcdGML32AbstractFeature in com.luciad.format.gml32.model
Subclasses of TLcdGML32AbstractFeature in com.luciad.format.gml32.modelModifier 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 domain.class
The base type for coverages is gml:AbstractCoverageType.class
Deprecated.class
A gml:DirectedObservation is the same as an observation except that it adds an additional gml:direction property.class
gml:DirectedObservationAtDistance adds an additional distance property.class
A discrete coverage consists of a domain set, range set and optionally a coverage function.class
States are captured by time-stamped instances of a feature.class
A gml:DynamicFeatureCollection is a feature collection that has a gml:validTime property (i.e.class
class
ATLcdGML32AbstractFeature
-based feature collection that implementsILcdModel
.class
The content model is a straightforward extension of gml:AbstractFeatureType; it automatically has the gml:identifier, gml:description, gml:descriptionReference, gml:name, and gml:boundedBy properties.Methods in com.luciad.format.gml32.model that return TLcdGML32AbstractFeatureModifier and TypeMethodDescriptionTLcdGML32AbstractFeature.clone()
TLcdGML32FeatureProperty.getAbstractFeature()
Returns the value of the property that maps to theAbstractFeature
element.TLcdGML32ProcedureProperty.getAbstractFeature()
Returns the value of the property that maps to theAbstractFeature
element.TLcdGML32Observation.getUsing()
Returns the value of the property that maps to theusing
element.Methods in com.luciad.format.gml32.model that return types with arguments of type TLcdGML32AbstractFeatureModifier and TypeMethodDescriptionTLcdGML32FeatureArrayProperty.getAbstractFeature()
Returns the value of the property that maps to theAbstractFeature
element.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32AbstractFeatureModifier and TypeMethodDescriptionvoid
TLcdGML32FeatureProperty.setAbstractFeature
(TLcdGML32AbstractFeature aValue) Sets the value of the property that maps to theAbstractFeature
element.void
TLcdGML32ProcedureProperty.setAbstractFeature
(TLcdGML32AbstractFeature aValue) Sets the value of the property that maps to theAbstractFeature
element.void
TLcdGML32Observation.setUsing
(TLcdGML32AbstractFeature aValue) Sets the value of the property that maps to theusing
element.
AbstractFeatureMember
.