Uses of Interface
net.opengis.gml311.TopoVolumePropertyType
-
Packages that use TopoVolumePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TopoVolumePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TopoVolumePropertyType Modifier and Type Method Description TopoVolumePropertyTypeGml311Factory. createTopoVolumePropertyType()Returns a new object of class 'Topo Volume Property Type'.TopoVolumePropertyTypeDocumentRoot. getTopoVolumeProperty()Returns the value of the 'Topo Volume Property' containment reference.Methods in net.opengis.gml311 with parameters of type TopoVolumePropertyType Modifier and Type Method Description voidDocumentRoot. setTopoVolumeProperty(TopoVolumePropertyType value)Sets the value of the 'Topo Volume Property' containment reference. -
Uses of TopoVolumePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TopoVolumePropertyType Modifier and Type Class Description classTopoVolumePropertyTypeImplAn implementation of the model object 'Topo Volume Property Type'.Methods in net.opengis.gml311.impl that return TopoVolumePropertyType Modifier and Type Method Description TopoVolumePropertyTypeGml311FactoryImpl. createTopoVolumePropertyType()TopoVolumePropertyTypeDocumentRootImpl. getTopoVolumeProperty()Methods in net.opengis.gml311.impl with parameters of type TopoVolumePropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTopoVolumeProperty(TopoVolumePropertyType newTopoVolumeProperty, NotificationChain msgs)voidDocumentRootImpl. setTopoVolumeProperty(TopoVolumePropertyType newTopoVolumeProperty) -
Uses of TopoVolumePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TopoVolumePropertyType Modifier and Type Method Description TGml311Switch. caseTopoVolumePropertyType(TopoVolumePropertyType object)Returns the result of interpreting the object as an instance of 'Topo Volume Property Type'.booleanGml311Validator. validateTopoVolumePropertyType(TopoVolumePropertyType topoVolumePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-