Interface ILcdGML3AbstractFeature
- All Superinterfaces:
ILcdGML3AbstractGML
,ILcdGML3StandardObjectProperties
- All Known Subinterfaces:
ILcdGML3AbstractFeatureCollection
,ILcdGML3BoundedFeature
,ILcdGML3FeatureCollection
- All Known Implementing Classes:
ALcdGML3AbstractFeature
Deprecated.
Interface for the
gml:AbstractFeatureType
type.
An abstract feature provides a set of common properties, including id, metaDataProperty, name and
description inherited from AbstractGMLType, plus boundedBy. A concrete feature type must
derive from this type and specify additional properties in an application schema. A feature must
possess an identifying attribute ('id' - 'fid' has been deprecated).
(GML Specification, v3.1.0, paragraph 7.5.3.2)-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the bounding shape of this feature.void
setBoundedBy
(ILcdGML3BoundingShape aBoundingShape) Deprecated.Sets the bounding shape of this featureMethods inherited from interface com.luciad.format.gml3.model.base.ILcdGML3AbstractGML
getId, setId
Methods inherited from interface com.luciad.format.gml3.model.base.ILcdGML3StandardObjectProperties
getDescription, getMetaDataProperty, getMetaDataPropertyCount, getName, getNameCount, setDescription, setMetaDataProperties, setNames
-
Method Details
-
getBoundedBy
ILcdGML3BoundingShape getBoundedBy()Deprecated.Returns the bounding shape of this feature.- Returns:
- the bounding shape of this feature.
-
setBoundedBy
Deprecated.Sets the bounding shape of this feature- Parameters:
aBoundingShape
- the bounding shape of this feature
-
com.luciad.format.gml3.*
packages are replaced by new decoders and encoders in the packagescom.luciad.format.gml2.xml
,com.luciad.format.gml31.xml
andcom.luciad.format.gml32.xml
.