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 TypeInterfaceDescriptioninterface
A 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 TypeClassDescriptionclass
An implementation of the model object 'Abstract Surface Type'.class
An 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.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'.boolean
GmlValidator.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 TypeMethodDescriptionboolean
DocumentRootValidator.validateSurface
(AbstractSurfaceType value)