Uses of Interface
net.opengis.gml.AbstractSurfaceType
Packages that use AbstractSurfaceType
Package
Description
- 
Uses of AbstractSurfaceType in net.opengis.gml
Subinterfaces of AbstractSurfaceType in net.opengis.gmlModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Polygon Type'.Methods in net.opengis.gml that return AbstractSurfaceTypeModifier and TypeMethodDescriptionGmlFactory.createAbstractSurfaceType()Returns a new object of class 'Abstract Surface Type'.DocumentRoot.getSurface()Returns the value of the 'Surface' containment reference. - 
Uses of AbstractSurfaceType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractSurfaceTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Abstract Surface Type'.classAn implementation of the model object 'Polygon Type'.Methods in net.opengis.gml.impl that return AbstractSurfaceTypeModifier and TypeMethodDescriptionGmlFactoryImpl.createAbstractSurfaceType()DocumentRootImpl.getSurface()Methods in net.opengis.gml.impl with parameters of type AbstractSurfaceTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetSurface(AbstractSurfaceType newSurface, NotificationChain msgs)  - 
Uses of AbstractSurfaceType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type AbstractSurfaceTypeModifier and TypeMethodDescriptionGmlSwitch.caseAbstractSurfaceType(AbstractSurfaceType object) Returns the result of interpreting the object as an instance of 'Abstract Surface Type'.booleanGmlValidator.validateAbstractSurfaceType(AbstractSurfaceType abstractSurfaceType, DiagnosticChain diagnostics, Map context)  - 
Uses of AbstractSurfaceType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type AbstractSurfaceTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateSurface(AbstractSurfaceType value)