Uses of Interface
net.opengis.gml311.TopoSurfacePropertyType
-
Packages that use TopoSurfacePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TopoSurfacePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TopoSurfacePropertyType Modifier and Type Method Description TopoSurfacePropertyTypeGml311Factory. createTopoSurfacePropertyType()Returns a new object of class 'Topo Surface Property Type'.TopoSurfacePropertyTypeDocumentRoot. getTopoSurfaceProperty()Returns the value of the 'Topo Surface Property' containment reference.Methods in net.opengis.gml311 with parameters of type TopoSurfacePropertyType Modifier and Type Method Description voidDocumentRoot. setTopoSurfaceProperty(TopoSurfacePropertyType value)Sets the value of the 'Topo Surface Property' containment reference. -
Uses of TopoSurfacePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TopoSurfacePropertyType Modifier and Type Class Description classTopoSurfacePropertyTypeImplAn implementation of the model object 'Topo Surface Property Type'.Methods in net.opengis.gml311.impl that return TopoSurfacePropertyType Modifier and Type Method Description TopoSurfacePropertyTypeGml311FactoryImpl. createTopoSurfacePropertyType()TopoSurfacePropertyTypeDocumentRootImpl. getTopoSurfaceProperty()Methods in net.opengis.gml311.impl with parameters of type TopoSurfacePropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTopoSurfaceProperty(TopoSurfacePropertyType newTopoSurfaceProperty, NotificationChain msgs)voidDocumentRootImpl. setTopoSurfaceProperty(TopoSurfacePropertyType newTopoSurfaceProperty) -
Uses of TopoSurfacePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TopoSurfacePropertyType Modifier and Type Method Description TGml311Switch. caseTopoSurfacePropertyType(TopoSurfacePropertyType object)Returns the result of interpreting the object as an instance of 'Topo Surface Property Type'.booleanGml311Validator. validateTopoSurfacePropertyType(TopoSurfacePropertyType topoSurfacePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-