Uses of Interface
net.opengis.gml311.TopoSurfacePropertyType
-
Packages that use TopoSurfacePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TopoSurfacePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TopoSurfacePropertyType Modifier and Type Method Description TopoSurfacePropertyType
Gml311Factory. createTopoSurfacePropertyType()
Returns a new object of class 'Topo Surface Property Type'.TopoSurfacePropertyType
DocumentRoot. getTopoSurfaceProperty()
Returns the value of the 'Topo Surface Property' containment reference.Methods in net.opengis.gml311 with parameters of type TopoSurfacePropertyType Modifier and Type Method Description void
DocumentRoot. setTopoSurfaceProperty(TopoSurfacePropertyType value)
Sets the value of the 'Topo Surface Property
' containment reference. -
Uses of TopoSurfacePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TopoSurfacePropertyType Modifier and Type Class Description class
TopoSurfacePropertyTypeImpl
An implementation of the model object 'Topo Surface Property Type'.Methods in net.opengis.gml311.impl that return TopoSurfacePropertyType Modifier and Type Method Description TopoSurfacePropertyType
Gml311FactoryImpl. createTopoSurfacePropertyType()
TopoSurfacePropertyType
DocumentRootImpl. getTopoSurfaceProperty()
Methods in net.opengis.gml311.impl with parameters of type TopoSurfacePropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTopoSurfaceProperty(TopoSurfacePropertyType newTopoSurfaceProperty, NotificationChain msgs)
void
DocumentRootImpl. setTopoSurfaceProperty(TopoSurfacePropertyType newTopoSurfaceProperty)
-
Uses of TopoSurfacePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TopoSurfacePropertyType Modifier and Type Method Description T
Gml311Switch. caseTopoSurfacePropertyType(TopoSurfacePropertyType object)
Returns the result of interpreting the object as an instance of 'Topo Surface Property Type'.boolean
Gml311Validator. validateTopoSurfacePropertyType(TopoSurfacePropertyType topoSurfacePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-