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.gml311Methods in net.opengis.gml311 that return TopoVolumeType Modifier and Type Method Description TopoVolumeTypeGml311Factory. createTopoVolumeType()Returns a new object of class 'Topo Volume Type'.TopoVolumeTypeDocumentRoot. getTopoVolume()Returns the value of the 'Topo Volume' containment reference.TopoVolumeTypeTopoVolumePropertyType. 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 voidDocumentRoot. setTopoVolume(TopoVolumeType value)Sets the value of the 'Topo Volume' containment reference.voidTopoVolumePropertyType. setTopoVolume(TopoVolumeType value)Sets the value of the 'Topo Volume' containment reference.
- 
Uses of TopoVolumeType in net.opengis.gml311.implClasses in net.opengis.gml311.impl that implement TopoVolumeType Modifier and Type Class Description classTopoVolumeTypeImplAn implementation of the model object 'Topo Volume Type'.Fields in net.opengis.gml311.impl declared as TopoVolumeType Modifier and Type Field Description protected TopoVolumeTypeTopoVolumePropertyTypeImpl. topoVolumeThe cached value of the 'Topo Volume' containment reference.Methods in net.opengis.gml311.impl that return TopoVolumeType Modifier and Type Method Description TopoVolumeTypeGml311FactoryImpl. createTopoVolumeType()TopoVolumeTypeDocumentRootImpl. getTopoVolume()TopoVolumeTypeTopoVolumePropertyTypeImpl. getTopoVolume()Methods in net.opengis.gml311.impl with parameters of type TopoVolumeType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTopoVolume(TopoVolumeType newTopoVolume, NotificationChain msgs)NotificationChainTopoVolumePropertyTypeImpl. basicSetTopoVolume(TopoVolumeType newTopoVolume, NotificationChain msgs)voidDocumentRootImpl. setTopoVolume(TopoVolumeType newTopoVolume)voidTopoVolumePropertyTypeImpl. setTopoVolume(TopoVolumeType newTopoVolume)
- 
Uses of TopoVolumeType in net.opengis.gml311.utilMethods in net.opengis.gml311.util with parameters of type TopoVolumeType Modifier and Type Method Description TGml311Switch. caseTopoVolumeType(TopoVolumeType object)Returns the result of interpreting the object as an instance of 'Topo Volume Type'.booleanGml311Validator. validateTopoVolumeType(TopoVolumeType topoVolumeType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-