Uses of Interface
net.opengis.gml311.DynamicFeatureType
-
Packages that use DynamicFeatureType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DynamicFeatureType in net.opengis.gml311
Methods in net.opengis.gml311 that return DynamicFeatureType Modifier and Type Method Description DynamicFeatureType
Gml311Factory. createDynamicFeatureType()
Returns a new object of class 'Dynamic Feature Type'. -
Uses of DynamicFeatureType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DynamicFeatureType Modifier and Type Class Description class
DynamicFeatureTypeImpl
An implementation of the model object 'Dynamic Feature Type'.Methods in net.opengis.gml311.impl that return DynamicFeatureType Modifier and Type Method Description DynamicFeatureType
Gml311FactoryImpl. createDynamicFeatureType()
-
Uses of DynamicFeatureType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DynamicFeatureType Modifier and Type Method Description T
Gml311Switch. caseDynamicFeatureType(DynamicFeatureType object)
Returns the result of interpreting the object as an instance of 'Dynamic Feature Type'.boolean
Gml311Validator. validateDynamicFeatureType(DynamicFeatureType dynamicFeatureType, DiagnosticChain diagnostics, Map<Object,Object> context)
-