Uses of Interface
net.opengis.gml311.FeatureCollectionType
-
Packages that use FeatureCollectionType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of FeatureCollectionType in net.opengis.gml311
Subinterfaces of FeatureCollectionType in net.opengis.gml311 Modifier and Type Interface Description interfaceDynamicFeatureCollectionTypeA representation of the model object 'Dynamic Feature Collection Type'.Methods in net.opengis.gml311 that return FeatureCollectionType Modifier and Type Method Description FeatureCollectionTypeGml311Factory. createFeatureCollectionType()Returns a new object of class 'Feature Collection Type'.FeatureCollectionTypeDocumentRoot. getFeatureCollection1()Returns the value of the 'Feature Collection1' containment reference.Methods in net.opengis.gml311 with parameters of type FeatureCollectionType Modifier and Type Method Description voidDocumentRoot. setFeatureCollection1(FeatureCollectionType value)Sets the value of the 'Feature Collection1' containment reference. -
Uses of FeatureCollectionType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement FeatureCollectionType Modifier and Type Class Description 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 FeatureCollectionType Modifier and Type Method Description FeatureCollectionTypeGml311FactoryImpl. createFeatureCollectionType()FeatureCollectionTypeDocumentRootImpl. getFeatureCollection1()Methods in net.opengis.gml311.impl with parameters of type FeatureCollectionType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetFeatureCollection1(FeatureCollectionType newFeatureCollection1, NotificationChain msgs)voidDocumentRootImpl. setFeatureCollection1(FeatureCollectionType newFeatureCollection1) -
Uses of FeatureCollectionType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type FeatureCollectionType Modifier and Type Method Description TGml311Switch. caseFeatureCollectionType(FeatureCollectionType object)Returns the result of interpreting the object as an instance of 'Feature Collection Type'.booleanGml311Validator. validateFeatureCollectionType(FeatureCollectionType featureCollectionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-