Interface ILcdGML3FeatureProperty
- All Superinterfaces:
ILcdGML3AssociationAttributeGroup
,ILcdXMLSimpleLink
Deprecated.
Interface for the
gml:FeaturePropertyType
type.
Container for a feature.
(GML Specification, v3.1.0, paragraph 8.2.2.4)-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the feature of this property.void
setFeature
(ILcdGML3AbstractFeature aFeature) Deprecated.Sets the feature of this property.Methods inherited from interface com.luciad.format.gml3.model.base.ILcdGML3AssociationAttributeGroup
getRemoteSchema, setRemoteSchema
Methods inherited from interface com.luciad.format.xml.xlink.ILcdXMLSimpleLink
getActuate, getArcrole, getHref, getRole, getShow, getTitle, getType, setActuate, setArcrole, setHref, setRole, setShow, setTitle
-
Method Details
-
getFeature
ILcdGML3AbstractFeature getFeature()Deprecated.Returns the feature of this property.- Returns:
- the feature of this property.
-
setFeature
Deprecated.Sets the feature of this property.- Parameters:
aFeature
- the feature of this property.
-
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
.