Uses of Interface
net.opengis.gml311.TopoSurfaceType
-
Packages that use TopoSurfaceType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TopoSurfaceType in net.opengis.gml311
Methods in net.opengis.gml311 that return TopoSurfaceType Modifier and Type Method Description TopoSurfaceType
Gml311Factory. createTopoSurfaceType()
Returns a new object of class 'Topo Surface Type'.TopoSurfaceType
DocumentRoot. getTopoSurface()
Returns the value of the 'Topo Surface' containment reference.TopoSurfaceType
TopoSurfacePropertyType. getTopoSurface()
Returns the value of the 'Topo Surface' containment reference.Methods in net.opengis.gml311 with parameters of type TopoSurfaceType Modifier and Type Method Description void
DocumentRoot. setTopoSurface(TopoSurfaceType value)
Sets the value of the 'Topo Surface
' containment reference.void
TopoSurfacePropertyType. setTopoSurface(TopoSurfaceType value)
Sets the value of the 'Topo Surface
' containment reference. -
Uses of TopoSurfaceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TopoSurfaceType Modifier and Type Class Description class
TopoSurfaceTypeImpl
An implementation of the model object 'Topo Surface Type'.Fields in net.opengis.gml311.impl declared as TopoSurfaceType Modifier and Type Field Description protected TopoSurfaceType
TopoSurfacePropertyTypeImpl. topoSurface
The cached value of the 'Topo Surface
' containment reference.Methods in net.opengis.gml311.impl that return TopoSurfaceType Modifier and Type Method Description TopoSurfaceType
Gml311FactoryImpl. createTopoSurfaceType()
TopoSurfaceType
DocumentRootImpl. getTopoSurface()
TopoSurfaceType
TopoSurfacePropertyTypeImpl. getTopoSurface()
Methods in net.opengis.gml311.impl with parameters of type TopoSurfaceType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTopoSurface(TopoSurfaceType newTopoSurface, NotificationChain msgs)
NotificationChain
TopoSurfacePropertyTypeImpl. basicSetTopoSurface(TopoSurfaceType newTopoSurface, NotificationChain msgs)
void
DocumentRootImpl. setTopoSurface(TopoSurfaceType newTopoSurface)
void
TopoSurfacePropertyTypeImpl. setTopoSurface(TopoSurfaceType newTopoSurface)
-
Uses of TopoSurfaceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TopoSurfaceType Modifier and Type Method Description T
Gml311Switch. caseTopoSurfaceType(TopoSurfaceType object)
Returns the result of interpreting the object as an instance of 'Topo Surface Type'.boolean
Gml311Validator. validateTopoSurfaceType(TopoSurfaceType topoSurfaceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-