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 OrientableSurfaceTypeGml311Factory. createOrientableSurfaceType()Returns a new object of class 'Orientable Surface Type'.OrientableSurfaceTypeDocumentRoot. 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 voidDocumentRoot. 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 classOrientableSurfaceTypeImplAn implementation of the model object 'Orientable Surface Type'.Methods in net.opengis.gml311.impl that return OrientableSurfaceType Modifier and Type Method Description OrientableSurfaceTypeGml311FactoryImpl. createOrientableSurfaceType()OrientableSurfaceTypeDocumentRootImpl. getOrientableSurface()Methods in net.opengis.gml311.impl with parameters of type OrientableSurfaceType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetOrientableSurface(OrientableSurfaceType newOrientableSurface, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseOrientableSurfaceType(OrientableSurfaceType object)Returns the result of interpreting the object as an instance of 'Orientable Surface Type'.booleanGml311Validator. validateOrientableSurfaceType(OrientableSurfaceType orientableSurfaceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-