Uses of Interface
net.opengis.gml311.TopoPointPropertyType
-
Packages that use TopoPointPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TopoPointPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TopoPointPropertyType Modifier and Type Method Description TopoPointPropertyType
Gml311Factory. createTopoPointPropertyType()
Returns a new object of class 'Topo Point Property Type'.TopoPointPropertyType
DocumentRoot. getTopoPointProperty()
Returns the value of the 'Topo Point Property' containment reference.Methods in net.opengis.gml311 with parameters of type TopoPointPropertyType Modifier and Type Method Description void
DocumentRoot. setTopoPointProperty(TopoPointPropertyType value)
Sets the value of the 'Topo Point Property
' containment reference. -
Uses of TopoPointPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TopoPointPropertyType Modifier and Type Class Description class
TopoPointPropertyTypeImpl
An implementation of the model object 'Topo Point Property Type'.Methods in net.opengis.gml311.impl that return TopoPointPropertyType Modifier and Type Method Description TopoPointPropertyType
Gml311FactoryImpl. createTopoPointPropertyType()
TopoPointPropertyType
DocumentRootImpl. getTopoPointProperty()
Methods in net.opengis.gml311.impl with parameters of type TopoPointPropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTopoPointProperty(TopoPointPropertyType newTopoPointProperty, NotificationChain msgs)
void
DocumentRootImpl. setTopoPointProperty(TopoPointPropertyType newTopoPointProperty)
-
Uses of TopoPointPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TopoPointPropertyType Modifier and Type Method Description T
Gml311Switch. caseTopoPointPropertyType(TopoPointPropertyType object)
Returns the result of interpreting the object as an instance of 'Topo Point Property Type'.boolean
Gml311Validator. validateTopoPointPropertyType(TopoPointPropertyType topoPointPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-