Uses of Interface
net.opengis.gml311.AbstractFeatureCollectionType
-
Packages that use AbstractFeatureCollectionType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util net.opengis.wmts.v_1 net.opengis.wmts.v_1.impl -
-
Uses of AbstractFeatureCollectionType in net.opengis.gml311
Subinterfaces of AbstractFeatureCollectionType in net.opengis.gml311 Modifier and Type Interface Description interface
DynamicFeatureCollectionType
A representation of the model object 'Dynamic Feature Collection Type'.interface
FeatureCollectionType
A representation of the model object 'Feature Collection Type'.Methods in net.opengis.gml311 that return AbstractFeatureCollectionType Modifier and Type Method Description AbstractFeatureCollectionType
DocumentRoot. getFeatureCollection()
Returns the value of the 'Feature Collection' containment reference. -
Uses of AbstractFeatureCollectionType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractFeatureCollectionType Modifier and Type Class Description class
AbstractFeatureCollectionTypeImpl
An implementation of the model object 'Abstract Feature Collection Type'.class
DynamicFeatureCollectionTypeImpl
An implementation of the model object 'Dynamic Feature Collection Type'.class
FeatureCollectionTypeImpl
An implementation of the model object 'Feature Collection Type'.Methods in net.opengis.gml311.impl that return AbstractFeatureCollectionType Modifier and Type Method Description AbstractFeatureCollectionType
DocumentRootImpl. getFeatureCollection()
Methods in net.opengis.gml311.impl with parameters of type AbstractFeatureCollectionType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetFeatureCollection(AbstractFeatureCollectionType newFeatureCollection, NotificationChain msgs)
-
Uses of AbstractFeatureCollectionType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractFeatureCollectionType Modifier and Type Method Description T
Gml311Switch. caseAbstractFeatureCollectionType(AbstractFeatureCollectionType object)
Returns the result of interpreting the object as an instance of 'Abstract Feature Collection Type'.boolean
Gml311Validator. validateAbstractFeatureCollectionType(AbstractFeatureCollectionType abstractFeatureCollectionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of AbstractFeatureCollectionType in net.opengis.wmts.v_1
Methods in net.opengis.wmts.v_1 that return AbstractFeatureCollectionType Modifier and Type Method Description AbstractFeatureCollectionType
FeatureInfoResponseType. getFeatureCollection()
Returns the value of the 'Feature Collection' containment reference. -
Uses of AbstractFeatureCollectionType in net.opengis.wmts.v_1.impl
Methods in net.opengis.wmts.v_1.impl that return AbstractFeatureCollectionType Modifier and Type Method Description AbstractFeatureCollectionType
FeatureInfoResponseTypeImpl. getFeatureCollection()
Methods in net.opengis.wmts.v_1.impl with parameters of type AbstractFeatureCollectionType Modifier and Type Method Description NotificationChain
FeatureInfoResponseTypeImpl. basicSetFeatureCollection(AbstractFeatureCollectionType newFeatureCollection, NotificationChain msgs)
-