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 interfaceDynamicFeatureCollectionTypeA representation of the model object 'Dynamic Feature Collection Type'.interfaceFeatureCollectionTypeA representation of the model object 'Feature Collection Type'.Methods in net.opengis.gml311 that return AbstractFeatureCollectionType Modifier and Type Method Description AbstractFeatureCollectionTypeDocumentRoot. 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 classAbstractFeatureCollectionTypeImplAn implementation of the model object 'Abstract Feature Collection Type'.classDynamicFeatureCollectionTypeImplAn implementation of the model object 'Dynamic Feature Collection Type'.classFeatureCollectionTypeImplAn implementation of the model object 'Feature Collection Type'.Methods in net.opengis.gml311.impl that return AbstractFeatureCollectionType Modifier and Type Method Description AbstractFeatureCollectionTypeDocumentRootImpl. getFeatureCollection()Methods in net.opengis.gml311.impl with parameters of type AbstractFeatureCollectionType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 TGml311Switch. caseAbstractFeatureCollectionType(AbstractFeatureCollectionType object)Returns the result of interpreting the object as an instance of 'Abstract Feature Collection Type'.booleanGml311Validator. 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 AbstractFeatureCollectionTypeFeatureInfoResponseType. 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 AbstractFeatureCollectionTypeFeatureInfoResponseTypeImpl. getFeatureCollection()Methods in net.opengis.wmts.v_1.impl with parameters of type AbstractFeatureCollectionType Modifier and Type Method Description NotificationChainFeatureInfoResponseTypeImpl. basicSetFeatureCollection(AbstractFeatureCollectionType newFeatureCollection, NotificationChain msgs)
-