Uses of Interface
net.opengis.gml311.TopoSurfaceType
-
Packages that use TopoSurfaceType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TopoSurfaceType in net.opengis.gml311
Methods in net.opengis.gml311 that return TopoSurfaceType Modifier and Type Method Description TopoSurfaceTypeGml311Factory. createTopoSurfaceType()Returns a new object of class 'Topo Surface Type'.TopoSurfaceTypeDocumentRoot. getTopoSurface()Returns the value of the 'Topo Surface' containment reference.TopoSurfaceTypeTopoSurfacePropertyType. getTopoSurface()Returns the value of the 'Topo Surface' containment reference.Methods in net.opengis.gml311 with parameters of type TopoSurfaceType Modifier and Type Method Description voidDocumentRoot. setTopoSurface(TopoSurfaceType value)Sets the value of the 'Topo Surface' containment reference.voidTopoSurfacePropertyType. setTopoSurface(TopoSurfaceType value)Sets the value of the 'Topo Surface' containment reference. -
Uses of TopoSurfaceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TopoSurfaceType Modifier and Type Class Description classTopoSurfaceTypeImplAn implementation of the model object 'Topo Surface Type'.Fields in net.opengis.gml311.impl declared as TopoSurfaceType Modifier and Type Field Description protected TopoSurfaceTypeTopoSurfacePropertyTypeImpl. topoSurfaceThe cached value of the 'Topo Surface' containment reference.Methods in net.opengis.gml311.impl that return TopoSurfaceType Modifier and Type Method Description TopoSurfaceTypeGml311FactoryImpl. createTopoSurfaceType()TopoSurfaceTypeDocumentRootImpl. getTopoSurface()TopoSurfaceTypeTopoSurfacePropertyTypeImpl. getTopoSurface()Methods in net.opengis.gml311.impl with parameters of type TopoSurfaceType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTopoSurface(TopoSurfaceType newTopoSurface, NotificationChain msgs)NotificationChainTopoSurfacePropertyTypeImpl. basicSetTopoSurface(TopoSurfaceType newTopoSurface, NotificationChain msgs)voidDocumentRootImpl. setTopoSurface(TopoSurfaceType newTopoSurface)voidTopoSurfacePropertyTypeImpl. setTopoSurface(TopoSurfaceType newTopoSurface) -
Uses of TopoSurfaceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TopoSurfaceType Modifier and Type Method Description TGml311Switch. caseTopoSurfaceType(TopoSurfaceType object)Returns the result of interpreting the object as an instance of 'Topo Surface Type'.booleanGml311Validator. validateTopoSurfaceType(TopoSurfaceType topoSurfaceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-