Uses of Interface
net.opengis.gml311.BoundedFeatureType
-
Packages that use BoundedFeatureType Package Description net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of BoundedFeatureType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement BoundedFeatureType Modifier and Type Class Description class
BoundedFeatureTypeImpl
An implementation of the model object 'Bounded Feature Type'. -
Uses of BoundedFeatureType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type BoundedFeatureType Modifier and Type Method Description T
Gml311Switch. caseBoundedFeatureType(BoundedFeatureType object)
Returns the result of interpreting the object as an instance of 'Bounded Feature Type'.boolean
Gml311Validator. validateBoundedFeatureType(BoundedFeatureType boundedFeatureType, DiagnosticChain diagnostics, Map<Object,Object> context)
-