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 TopoVolumePropertyType
Gml311Factory. createTopoVolumePropertyType()
Returns a new object of class 'Topo Volume Property Type'.TopoVolumePropertyType
DocumentRoot. 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 void
DocumentRoot. 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 class
TopoVolumePropertyTypeImpl
An implementation of the model object 'Topo Volume Property Type'.Methods in net.opengis.gml311.impl that return TopoVolumePropertyType Modifier and Type Method Description TopoVolumePropertyType
Gml311FactoryImpl. createTopoVolumePropertyType()
TopoVolumePropertyType
DocumentRootImpl. getTopoVolumeProperty()
Methods in net.opengis.gml311.impl with parameters of type TopoVolumePropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTopoVolumeProperty(TopoVolumePropertyType newTopoVolumeProperty, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseTopoVolumePropertyType(TopoVolumePropertyType object)
Returns the result of interpreting the object as an instance of 'Topo Volume Property Type'.boolean
Gml311Validator. validateTopoVolumePropertyType(TopoVolumePropertyType topoVolumePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-