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 TopoPointTypeGml311Factory. createTopoPointType()Returns a new object of class 'Topo Point Type'.TopoPointTypeDocumentRoot. getTopoPoint()Returns the value of the 'Topo Point' containment reference.TopoPointTypeTopoPointPropertyType. 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 voidDocumentRoot. setTopoPoint(TopoPointType value)Sets the value of the 'Topo Point' containment reference.voidTopoPointPropertyType. 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 classTopoPointTypeImplAn implementation of the model object 'Topo Point Type'.Fields in net.opengis.gml311.impl declared as TopoPointType Modifier and Type Field Description protected TopoPointTypeTopoPointPropertyTypeImpl. topoPointThe cached value of the 'Topo Point' containment reference.Methods in net.opengis.gml311.impl that return TopoPointType Modifier and Type Method Description TopoPointTypeGml311FactoryImpl. createTopoPointType()TopoPointTypeDocumentRootImpl. getTopoPoint()TopoPointTypeTopoPointPropertyTypeImpl. getTopoPoint()Methods in net.opengis.gml311.impl with parameters of type TopoPointType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTopoPoint(TopoPointType newTopoPoint, NotificationChain msgs)NotificationChainTopoPointPropertyTypeImpl. basicSetTopoPoint(TopoPointType newTopoPoint, NotificationChain msgs)voidDocumentRootImpl. setTopoPoint(TopoPointType newTopoPoint)voidTopoPointPropertyTypeImpl. 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 TGml311Switch. caseTopoPointType(TopoPointType object)Returns the result of interpreting the object as an instance of 'Topo Point Type'.booleanGml311Validator. validateTopoPointType(TopoPointType topoPointType, DiagnosticChain diagnostics, Map<Object,Object> context)
-