Uses of Interface
net.opengis.gml.AbstractSurfaceType
-
Packages that use AbstractSurfaceType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation -
-
Uses of AbstractSurfaceType in net.opengis.gml
Subinterfaces of AbstractSurfaceType in net.opengis.gml Modifier and Type Interface Description interface
PolygonType
A representation of the model object 'Polygon Type'.Methods in net.opengis.gml that return AbstractSurfaceType Modifier and Type Method Description AbstractSurfaceType
GmlFactory. createAbstractSurfaceType()
Returns a new object of class 'Abstract Surface Type'.AbstractSurfaceType
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 AbstractSurfaceType Modifier and Type Class Description class
AbstractSurfaceTypeImpl
An implementation of the model object 'Abstract Surface Type'.class
PolygonTypeImpl
An implementation of the model object 'Polygon Type'.Methods in net.opengis.gml.impl that return AbstractSurfaceType Modifier and Type Method Description AbstractSurfaceType
GmlFactoryImpl. createAbstractSurfaceType()
AbstractSurfaceType
DocumentRootImpl. getSurface()
Methods in net.opengis.gml.impl with parameters of type AbstractSurfaceType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetSurface(AbstractSurfaceType newSurface, NotificationChain msgs)
-
Uses of AbstractSurfaceType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type AbstractSurfaceType Modifier and Type Method Description Object
GmlSwitch. 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 AbstractSurfaceType Modifier and Type Method Description boolean
DocumentRootValidator. validateSurface(AbstractSurfaceType value)
-