Uses of Interface
net.opengis.gml311.PolyhedralSurfaceType
-
Packages that use PolyhedralSurfaceType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of PolyhedralSurfaceType in net.opengis.gml311
Methods in net.opengis.gml311 that return PolyhedralSurfaceType Modifier and Type Method Description PolyhedralSurfaceTypeGml311Factory. createPolyhedralSurfaceType()Returns a new object of class 'Polyhedral Surface Type'.PolyhedralSurfaceTypeDocumentRoot. getPolyhedralSurface()Returns the value of the 'Polyhedral Surface' containment reference.Methods in net.opengis.gml311 with parameters of type PolyhedralSurfaceType Modifier and Type Method Description voidDocumentRoot. setPolyhedralSurface(PolyhedralSurfaceType value)Sets the value of the 'Polyhedral Surface' containment reference. -
Uses of PolyhedralSurfaceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PolyhedralSurfaceType Modifier and Type Class Description classPolyhedralSurfaceTypeImplAn implementation of the model object 'Polyhedral Surface Type'.Methods in net.opengis.gml311.impl that return PolyhedralSurfaceType Modifier and Type Method Description PolyhedralSurfaceTypeGml311FactoryImpl. createPolyhedralSurfaceType()PolyhedralSurfaceTypeDocumentRootImpl. getPolyhedralSurface()Methods in net.opengis.gml311.impl with parameters of type PolyhedralSurfaceType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetPolyhedralSurface(PolyhedralSurfaceType newPolyhedralSurface, NotificationChain msgs)voidDocumentRootImpl. setPolyhedralSurface(PolyhedralSurfaceType newPolyhedralSurface) -
Uses of PolyhedralSurfaceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PolyhedralSurfaceType Modifier and Type Method Description TGml311Switch. casePolyhedralSurfaceType(PolyhedralSurfaceType object)Returns the result of interpreting the object as an instance of 'Polyhedral Surface Type'.booleanGml311Validator. validatePolyhedralSurfaceType(PolyhedralSurfaceType polyhedralSurfaceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-