Uses of Interface
net.opengis.gml311.AbstractSurfaceType
Packages that use AbstractSurfaceType
-
Uses of AbstractSurfaceType in net.opengis.gml311
Subinterfaces of AbstractSurfaceType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Composite Surface Type'.interface
A representation of the model object 'Orientable Surface Type'.interface
A representation of the model object 'Polygon Type'.interface
A representation of the model object 'Polyhedral Surface Type'.interface
A representation of the model object 'Surface Type'.interface
A representation of the model object 'Tin Type'.interface
A representation of the model object 'Triangulated Surface Type'.Methods in net.opengis.gml311 that return AbstractSurfaceTypeModifier and TypeMethodDescriptionGml311Factory.createAbstractSurfaceType()
Returns a new object of class 'Abstract Surface Type'.DocumentRoot.getSurface()
Returns the value of the 'Surface' containment reference.SurfacePropertyType.getSurface()
Returns the value of the 'Surface' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractSurfaceTypeModifier and TypeMethodDescriptionEList<AbstractSurfaceType>
SurfaceArrayPropertyType.getSurface()
Returns the value of the 'Surface' containment reference list. -
Uses of AbstractSurfaceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractSurfaceTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Abstract Surface Type'.class
An implementation of the model object 'Composite Surface Type'.class
An implementation of the model object 'Orientable Surface Type'.class
An implementation of the model object 'Polygon Type'.class
An implementation of the model object 'Polyhedral Surface Type'.class
An implementation of the model object 'Surface Type'.class
An implementation of the model object 'Tin Type'.class
An implementation of the model object 'Triangulated Surface Type'.Methods in net.opengis.gml311.impl that return AbstractSurfaceTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createAbstractSurfaceType()
DocumentRootImpl.getSurface()
SurfacePropertyTypeImpl.getSurface()
Methods in net.opengis.gml311.impl that return types with arguments of type AbstractSurfaceTypeModifier and TypeMethodDescriptionEList<AbstractSurfaceType>
SurfaceArrayPropertyTypeImpl.getSurface()
Methods in net.opengis.gml311.impl with parameters of type AbstractSurfaceTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetSurface
(AbstractSurfaceType newSurface, NotificationChain msgs) NotificationChain
SurfacePropertyTypeImpl.basicSetSurface
(AbstractSurfaceType newSurface, NotificationChain msgs) -
Uses of AbstractSurfaceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractSurfaceTypeModifier and TypeMethodDescriptionGml311Switch.caseAbstractSurfaceType
(AbstractSurfaceType object) Returns the result of interpreting the object as an instance of 'Abstract Surface Type'.boolean
Gml311Validator.validateAbstractSurfaceType
(AbstractSurfaceType abstractSurfaceType, DiagnosticChain diagnostics, Map<Object, Object> context)