Uses of Interface
net.opengis.gml311.TopoVolumeType
-
Packages that use TopoVolumeType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TopoVolumeType in net.opengis.gml311
Methods in net.opengis.gml311 that return TopoVolumeType Modifier and Type Method Description TopoVolumeType
Gml311Factory. createTopoVolumeType()
Returns a new object of class 'Topo Volume Type'.TopoVolumeType
DocumentRoot. getTopoVolume()
Returns the value of the 'Topo Volume' containment reference.TopoVolumeType
TopoVolumePropertyType. getTopoVolume()
Returns the value of the 'Topo Volume' containment reference.Methods in net.opengis.gml311 with parameters of type TopoVolumeType Modifier and Type Method Description void
DocumentRoot. setTopoVolume(TopoVolumeType value)
Sets the value of the 'Topo Volume
' containment reference.void
TopoVolumePropertyType. setTopoVolume(TopoVolumeType value)
Sets the value of the 'Topo Volume
' containment reference. -
Uses of TopoVolumeType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TopoVolumeType Modifier and Type Class Description class
TopoVolumeTypeImpl
An implementation of the model object 'Topo Volume Type'.Fields in net.opengis.gml311.impl declared as TopoVolumeType Modifier and Type Field Description protected TopoVolumeType
TopoVolumePropertyTypeImpl. topoVolume
The cached value of the 'Topo Volume
' containment reference.Methods in net.opengis.gml311.impl that return TopoVolumeType Modifier and Type Method Description TopoVolumeType
Gml311FactoryImpl. createTopoVolumeType()
TopoVolumeType
DocumentRootImpl. getTopoVolume()
TopoVolumeType
TopoVolumePropertyTypeImpl. getTopoVolume()
Methods in net.opengis.gml311.impl with parameters of type TopoVolumeType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTopoVolume(TopoVolumeType newTopoVolume, NotificationChain msgs)
NotificationChain
TopoVolumePropertyTypeImpl. basicSetTopoVolume(TopoVolumeType newTopoVolume, NotificationChain msgs)
void
DocumentRootImpl. setTopoVolume(TopoVolumeType newTopoVolume)
void
TopoVolumePropertyTypeImpl. setTopoVolume(TopoVolumeType newTopoVolume)
-
Uses of TopoVolumeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TopoVolumeType Modifier and Type Method Description T
Gml311Switch. caseTopoVolumeType(TopoVolumeType object)
Returns the result of interpreting the object as an instance of 'Topo Volume Type'.boolean
Gml311Validator. validateTopoVolumeType(TopoVolumeType topoVolumeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-