Uses of Interface
net.opengis.gml311.TopoPointType
Packages that use TopoPointType
-
Uses of TopoPointType in net.opengis.gml311
Methods in net.opengis.gml311 that return TopoPointTypeModifier and TypeMethodDescriptionGml311Factory.createTopoPointType()
Returns a new object of class 'Topo Point Type'.DocumentRoot.getTopoPoint()
Returns the value of the 'Topo Point' containment reference.TopoPointPropertyType.getTopoPoint()
Returns the value of the 'Topo Point' containment reference.Methods in net.opengis.gml311 with parameters of type TopoPointTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setTopoPoint
(TopoPointType value) Sets the value of the 'Topo Point
' containment reference.void
TopoPointPropertyType.setTopoPoint
(TopoPointType value) Sets the value of the 'Topo Point
' containment reference. -
Uses of TopoPointType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TopoPointTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Topo Point Type'.Fields in net.opengis.gml311.impl declared as TopoPointTypeModifier and TypeFieldDescriptionprotected TopoPointType
TopoPointPropertyTypeImpl.topoPoint
The cached value of the 'Topo Point
' containment reference.Methods in net.opengis.gml311.impl that return TopoPointTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTopoPointType()
DocumentRootImpl.getTopoPoint()
TopoPointPropertyTypeImpl.getTopoPoint()
Methods in net.opengis.gml311.impl with parameters of type TopoPointTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetTopoPoint
(TopoPointType newTopoPoint, NotificationChain msgs) NotificationChain
TopoPointPropertyTypeImpl.basicSetTopoPoint
(TopoPointType newTopoPoint, NotificationChain msgs) void
DocumentRootImpl.setTopoPoint
(TopoPointType newTopoPoint) void
TopoPointPropertyTypeImpl.setTopoPoint
(TopoPointType newTopoPoint) -
Uses of TopoPointType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TopoPointTypeModifier and TypeMethodDescriptionGml311Switch.caseTopoPointType
(TopoPointType object) Returns the result of interpreting the object as an instance of 'Topo Point Type'.boolean
Gml311Validator.validateTopoPointType
(TopoPointType topoPointType, DiagnosticChain diagnostics, Map<Object, Object> context)