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.gmlSubinterfaces of AbstractSurfaceType in net.opengis.gml Modifier and Type Interface Description interfacePolygonTypeA representation of the model object 'Polygon Type'.Methods in net.opengis.gml that return AbstractSurfaceType Modifier and Type Method Description AbstractSurfaceTypeGmlFactory. createAbstractSurfaceType()Returns a new object of class 'Abstract Surface Type'.AbstractSurfaceTypeDocumentRoot. getSurface()Returns the value of the 'Surface' containment reference.
- 
Uses of AbstractSurfaceType in net.opengis.gml.implClasses in net.opengis.gml.impl that implement AbstractSurfaceType Modifier and Type Class Description classAbstractSurfaceTypeImplAn implementation of the model object 'Abstract Surface Type'.classPolygonTypeImplAn implementation of the model object 'Polygon Type'.Methods in net.opengis.gml.impl that return AbstractSurfaceType Modifier and Type Method Description AbstractSurfaceTypeGmlFactoryImpl. createAbstractSurfaceType()AbstractSurfaceTypeDocumentRootImpl. getSurface()Methods in net.opengis.gml.impl with parameters of type AbstractSurfaceType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetSurface(AbstractSurfaceType newSurface, NotificationChain msgs)
- 
Uses of AbstractSurfaceType in net.opengis.gml.utilMethods in net.opengis.gml.util with parameters of type AbstractSurfaceType Modifier and Type Method Description ObjectGmlSwitch. 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.validationMethods in net.opengis.gml.validation with parameters of type AbstractSurfaceType Modifier and Type Method Description booleanDocumentRootValidator. validateSurface(AbstractSurfaceType value)
 
-