Uses of Interface
net.opengis.gml311.SurfaceType
Packages that use SurfaceType
-
Uses of SurfaceType in net.opengis.gml311
Subinterfaces of SurfaceType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Polyhedral 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 SurfaceTypeModifier and TypeMethodDescriptionGml311Factory.createSurfaceType()
Returns a new object of class 'Surface Type'.DocumentRoot.getSurface1()
Returns the value of the 'Surface1' containment reference.Methods in net.opengis.gml311 with parameters of type SurfaceTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setSurface1
(SurfaceType value) Sets the value of the 'Surface1
' containment reference. -
Uses of SurfaceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SurfaceTypeModifier and TypeClassDescriptionclass
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 SurfaceTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createSurfaceType()
DocumentRootImpl.getSurface1()
Methods in net.opengis.gml311.impl with parameters of type SurfaceTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetSurface1
(SurfaceType newSurface1, NotificationChain msgs) void
DocumentRootImpl.setSurface1
(SurfaceType newSurface1) -
Uses of SurfaceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SurfaceTypeModifier and TypeMethodDescriptionGml311Switch.caseSurfaceType
(SurfaceType object) Returns the result of interpreting the object as an instance of 'Surface Type'.boolean
Gml311Validator.validateSurfaceType
(SurfaceType surfaceType, DiagnosticChain diagnostics, Map<Object, Object> context)