Uses of Interface
net.opengis.gml311.OrientableSurfaceType
-
Packages that use OrientableSurfaceType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of OrientableSurfaceType in net.opengis.gml311
Methods in net.opengis.gml311 that return OrientableSurfaceType Modifier and Type Method Description OrientableSurfaceType
Gml311Factory. createOrientableSurfaceType()
Returns a new object of class 'Orientable Surface Type'.OrientableSurfaceType
DocumentRoot. getOrientableSurface()
Returns the value of the 'Orientable Surface' containment reference.Methods in net.opengis.gml311 with parameters of type OrientableSurfaceType Modifier and Type Method Description void
DocumentRoot. setOrientableSurface(OrientableSurfaceType value)
Sets the value of the 'Orientable Surface
' containment reference. -
Uses of OrientableSurfaceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement OrientableSurfaceType Modifier and Type Class Description class
OrientableSurfaceTypeImpl
An implementation of the model object 'Orientable Surface Type'.Methods in net.opengis.gml311.impl that return OrientableSurfaceType Modifier and Type Method Description OrientableSurfaceType
Gml311FactoryImpl. createOrientableSurfaceType()
OrientableSurfaceType
DocumentRootImpl. getOrientableSurface()
Methods in net.opengis.gml311.impl with parameters of type OrientableSurfaceType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetOrientableSurface(OrientableSurfaceType newOrientableSurface, NotificationChain msgs)
void
DocumentRootImpl. setOrientableSurface(OrientableSurfaceType newOrientableSurface)
-
Uses of OrientableSurfaceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type OrientableSurfaceType Modifier and Type Method Description T
Gml311Switch. caseOrientableSurfaceType(OrientableSurfaceType object)
Returns the result of interpreting the object as an instance of 'Orientable Surface Type'.boolean
Gml311Validator. validateOrientableSurfaceType(OrientableSurfaceType orientableSurfaceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-