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 interface
DynamicFeatureCollectionType
A representation of the model object 'Dynamic Feature Collection Type'.Methods in net.opengis.gml311 that return FeatureCollectionType Modifier and Type Method Description FeatureCollectionType
Gml311Factory. createFeatureCollectionType()
Returns a new object of class 'Feature Collection Type'.FeatureCollectionType
DocumentRoot. 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 void
DocumentRoot. 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 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 FeatureCollectionType Modifier and Type Method Description FeatureCollectionType
Gml311FactoryImpl. createFeatureCollectionType()
FeatureCollectionType
DocumentRootImpl. getFeatureCollection1()
Methods in net.opengis.gml311.impl with parameters of type FeatureCollectionType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetFeatureCollection1(FeatureCollectionType newFeatureCollection1, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseFeatureCollectionType(FeatureCollectionType object)
Returns the result of interpreting the object as an instance of 'Feature Collection Type'.boolean
Gml311Validator. validateFeatureCollectionType(FeatureCollectionType featureCollectionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-