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 TopoPointPropertyTypeGml311Factory. createTopoPointPropertyType()Returns a new object of class 'Topo Point Property Type'.TopoPointPropertyTypeDocumentRoot. 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 voidDocumentRoot. 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 classTopoPointPropertyTypeImplAn implementation of the model object 'Topo Point Property Type'.Methods in net.opengis.gml311.impl that return TopoPointPropertyType Modifier and Type Method Description TopoPointPropertyTypeGml311FactoryImpl. createTopoPointPropertyType()TopoPointPropertyTypeDocumentRootImpl. getTopoPointProperty()Methods in net.opengis.gml311.impl with parameters of type TopoPointPropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTopoPointProperty(TopoPointPropertyType newTopoPointProperty, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseTopoPointPropertyType(TopoPointPropertyType object)Returns the result of interpreting the object as an instance of 'Topo Point Property Type'.booleanGml311Validator. validateTopoPointPropertyType(TopoPointPropertyType topoPointPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-