Uses of Interface
net.opengis.gml311.AbstractFeatureType
-
Packages that use AbstractFeatureType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractFeatureType in net.opengis.gml311
Subinterfaces of AbstractFeatureType in net.opengis.gml311 Modifier and Type Interface Description interface
AbstractContinuousCoverageType
A representation of the model object 'Abstract Continuous Coverage Type'.interface
AbstractCoverageType
A representation of the model object 'Abstract Coverage Type'.interface
AbstractDiscreteCoverageType
A representation of the model object 'Abstract Discrete Coverage Type'.interface
AbstractFeatureCollectionType
A representation of the model object 'Abstract Feature Collection Type'.interface
BoundedFeatureType
A representation of the model object 'Bounded Feature Type'.interface
DirectedObservationAtDistanceType
A representation of the model object 'Directed Observation At Distance Type'.interface
DirectedObservationType
A representation of the model object 'Directed Observation Type'.interface
DynamicFeatureCollectionType
A representation of the model object 'Dynamic Feature Collection Type'.interface
DynamicFeatureType
A representation of the model object 'Dynamic Feature Type'.interface
FeatureCollectionType
A representation of the model object 'Feature Collection Type'.interface
GridCoverageType
A representation of the model object 'Grid Coverage Type'.interface
MultiCurveCoverageType
A representation of the model object 'Multi Curve Coverage Type'.interface
MultiPointCoverageType
A representation of the model object 'Multi Point Coverage Type'.interface
MultiSolidCoverageType
A representation of the model object 'Multi Solid Coverage Type'.interface
MultiSurfaceCoverageType
A representation of the model object 'Multi Surface Coverage Type'.interface
ObservationType
A representation of the model object 'Observation Type'.interface
RectifiedGridCoverageType
A representation of the model object 'Rectified Grid Coverage Type'.Methods in net.opengis.gml311 that return AbstractFeatureType Modifier and Type Method Description AbstractFeatureType
DocumentRoot. getFeature()
Returns the value of the 'Feature' containment reference.AbstractFeatureType
FeaturePropertyType. getFeature()
Returns the value of the 'Feature' containment reference.AbstractFeatureType
TargetPropertyType. getFeature()
Returns the value of the 'Feature' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractFeatureType Modifier and Type Method Description EList<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 AbstractFeatureType Modifier and Type Class Description class
AbstractContinuousCoverageTypeImpl
An implementation of the model object 'Abstract Continuous Coverage Type'.class
AbstractCoverageTypeImpl
An implementation of the model object 'Abstract Coverage Type'.class
AbstractDiscreteCoverageTypeImpl
An implementation of the model object 'Abstract Discrete Coverage Type'.class
AbstractFeatureCollectionTypeImpl
An implementation of the model object 'Abstract Feature Collection Type'.class
AbstractFeatureTypeImpl
An implementation of the model object 'Abstract Feature Type'.class
BoundedFeatureTypeImpl
An implementation of the model object 'Bounded Feature Type'.class
DirectedObservationAtDistanceTypeImpl
An implementation of the model object 'Directed Observation At Distance Type'.class
DirectedObservationTypeImpl
An implementation of the model object 'Directed Observation Type'.class
DynamicFeatureCollectionTypeImpl
An implementation of the model object 'Dynamic Feature Collection Type'.class
DynamicFeatureTypeImpl
An implementation of the model object 'Dynamic Feature Type'.class
FeatureCollectionTypeImpl
An implementation of the model object 'Feature Collection Type'.class
GridCoverageTypeImpl
An implementation of the model object 'Grid Coverage Type'.class
MultiCurveCoverageTypeImpl
An implementation of the model object 'Multi Curve Coverage Type'.class
MultiPointCoverageTypeImpl
An implementation of the model object 'Multi Point Coverage Type'.class
MultiSolidCoverageTypeImpl
An implementation of the model object 'Multi Solid Coverage Type'.class
MultiSurfaceCoverageTypeImpl
An implementation of the model object 'Multi Surface Coverage Type'.class
ObservationTypeImpl
An implementation of the model object 'Observation Type'.class
RectifiedGridCoverageTypeImpl
An implementation of the model object 'Rectified Grid Coverage Type'.Methods in net.opengis.gml311.impl that return AbstractFeatureType Modifier and Type Method Description AbstractFeatureType
DocumentRootImpl. getFeature()
AbstractFeatureType
FeaturePropertyTypeImpl. getFeature()
AbstractFeatureType
TargetPropertyTypeImpl. getFeature()
Methods in net.opengis.gml311.impl that return types with arguments of type AbstractFeatureType Modifier and Type Method Description EList<AbstractFeatureType>
FeatureArrayPropertyTypeImpl. getFeature()
Methods in net.opengis.gml311.impl with parameters of type AbstractFeatureType Modifier and Type Method Description NotificationChain
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 AbstractFeatureType Modifier and Type Method Description T
Gml311Switch. 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)
-