Uses of Interface
net.opengis.gml311.VolumeType
-
Packages that use VolumeType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of VolumeType in net.opengis.gml311
Methods in net.opengis.gml311 that return VolumeType Modifier and Type Method Description VolumeType
Gml311Factory. createVolumeType()
Returns a new object of class 'Volume Type'. -
Uses of VolumeType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement VolumeType Modifier and Type Class Description class
VolumeTypeImpl
An implementation of the model object 'Volume Type'.Methods in net.opengis.gml311.impl that return VolumeType Modifier and Type Method Description VolumeType
Gml311FactoryImpl. createVolumeType()
-
Uses of VolumeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type VolumeType Modifier and Type Method Description T
Gml311Switch. caseVolumeType(VolumeType object)
Returns the result of interpreting the object as an instance of 'Volume Type'.boolean
Gml311Validator. validateVolumeType(VolumeType volumeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-