Uses of Interface
net.opengis.gml311.AbstractFeatureType
Packages that use AbstractFeatureType
-
Uses of AbstractFeatureType in net.opengis.gml311
Subinterfaces of AbstractFeatureType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Abstract Continuous Coverage Type'.interface
A representation of the model object 'Abstract Coverage Type'.interface
A representation of the model object 'Abstract Discrete Coverage Type'.interface
A representation of the model object 'Abstract Feature Collection Type'.interface
A representation of the model object 'Bounded Feature Type'.interface
A representation of the model object 'Directed Observation At Distance Type'.interface
A representation of the model object 'Directed Observation Type'.interface
A representation of the model object 'Dynamic Feature Collection Type'.interface
A representation of the model object 'Dynamic Feature Type'.interface
A representation of the model object 'Feature Collection Type'.interface
A representation of the model object 'Grid Coverage Type'.interface
A representation of the model object 'Multi Curve Coverage Type'.interface
A representation of the model object 'Multi Point Coverage Type'.interface
A representation of the model object 'Multi Solid Coverage Type'.interface
A representation of the model object 'Multi Surface Coverage Type'.interface
A representation of the model object 'Observation Type'.interface
A representation of the model object 'Rectified Grid Coverage Type'.Methods in net.opengis.gml311 that return AbstractFeatureTypeModifier and TypeMethodDescriptionDocumentRoot.getFeature()
Returns the value of the 'Feature' containment reference.FeaturePropertyType.getFeature()
Returns the value of the 'Feature' containment reference.TargetPropertyType.getFeature()
Returns the value of the 'Feature' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractFeatureTypeModifier and TypeMethodDescriptionEList<AbstractFeatureType>
FeatureArrayPropertyType.getFeature()
Returns the value of the 'Feature' containment reference list. -
Uses of AbstractFeatureType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractFeatureTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Abstract Continuous Coverage Type'.class
An implementation of the model object 'Abstract Coverage Type'.class
An implementation of the model object 'Abstract Discrete Coverage Type'.class
An implementation of the model object 'Abstract Feature Collection Type'.class
An implementation of the model object 'Abstract Feature Type'.class
An implementation of the model object 'Bounded Feature Type'.class
An implementation of the model object 'Directed Observation At Distance Type'.class
An implementation of the model object 'Directed Observation Type'.class
An implementation of the model object 'Dynamic Feature Collection Type'.class
An implementation of the model object 'Dynamic Feature Type'.class
An implementation of the model object 'Feature Collection Type'.class
An implementation of the model object 'Grid Coverage Type'.class
An implementation of the model object 'Multi Curve Coverage Type'.class
An implementation of the model object 'Multi Point Coverage Type'.class
An implementation of the model object 'Multi Solid Coverage Type'.class
An implementation of the model object 'Multi Surface Coverage Type'.class
An implementation of the model object 'Observation Type'.class
An implementation of the model object 'Rectified Grid Coverage Type'.Methods in net.opengis.gml311.impl that return AbstractFeatureTypeModifier and TypeMethodDescriptionDocumentRootImpl.getFeature()
FeaturePropertyTypeImpl.getFeature()
TargetPropertyTypeImpl.getFeature()
Methods in net.opengis.gml311.impl that return types with arguments of type AbstractFeatureTypeModifier and TypeMethodDescriptionEList<AbstractFeatureType>
FeatureArrayPropertyTypeImpl.getFeature()
Methods in net.opengis.gml311.impl with parameters of type AbstractFeatureTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetFeature
(AbstractFeatureType newFeature, NotificationChain msgs) NotificationChain
FeaturePropertyTypeImpl.basicSetFeature
(AbstractFeatureType newFeature, NotificationChain msgs) NotificationChain
TargetPropertyTypeImpl.basicSetFeature
(AbstractFeatureType newFeature, NotificationChain msgs) -
Uses of AbstractFeatureType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractFeatureTypeModifier and TypeMethodDescriptionGml311Switch.caseAbstractFeatureType
(AbstractFeatureType object) Returns the result of interpreting the object as an instance of 'Abstract Feature Type'.boolean
Gml311Validator.validateAbstractFeatureType
(AbstractFeatureType abstractFeatureType, DiagnosticChain diagnostics, Map<Object, Object> context)