Uses of Interface
net.opengis.gml311.TopoPointType
-
Packages that use TopoPointType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TopoPointType in net.opengis.gml311
Methods in net.opengis.gml311 that return TopoPointType Modifier and Type Method Description TopoPointType
Gml311Factory. createTopoPointType()
Returns a new object of class 'Topo Point Type'.TopoPointType
DocumentRoot. getTopoPoint()
Returns the value of the 'Topo Point' containment reference.TopoPointType
TopoPointPropertyType. getTopoPoint()
Returns the value of the 'Topo Point' containment reference.Methods in net.opengis.gml311 with parameters of type TopoPointType Modifier and Type Method Description void
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 TopoPointType Modifier and Type Class Description class
TopoPointTypeImpl
An implementation of the model object 'Topo Point Type'.Fields in net.opengis.gml311.impl declared as TopoPointType Modifier and Type Field Description protected TopoPointType
TopoPointPropertyTypeImpl. topoPoint
The cached value of the 'Topo Point
' containment reference.Methods in net.opengis.gml311.impl that return TopoPointType Modifier and Type Method Description TopoPointType
Gml311FactoryImpl. createTopoPointType()
TopoPointType
DocumentRootImpl. getTopoPoint()
TopoPointType
TopoPointPropertyTypeImpl. getTopoPoint()
Methods in net.opengis.gml311.impl with parameters of type TopoPointType Modifier and Type Method Description NotificationChain
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 TopoPointType Modifier and Type Method Description T
Gml311Switch. 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)
-