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 PolyhedralSurfaceType
Gml311Factory. createPolyhedralSurfaceType()
Returns a new object of class 'Polyhedral Surface Type'.PolyhedralSurfaceType
DocumentRoot. 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 void
DocumentRoot. 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 class
PolyhedralSurfaceTypeImpl
An implementation of the model object 'Polyhedral Surface Type'.Methods in net.opengis.gml311.impl that return PolyhedralSurfaceType Modifier and Type Method Description PolyhedralSurfaceType
Gml311FactoryImpl. createPolyhedralSurfaceType()
PolyhedralSurfaceType
DocumentRootImpl. getPolyhedralSurface()
Methods in net.opengis.gml311.impl with parameters of type PolyhedralSurfaceType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetPolyhedralSurface(PolyhedralSurfaceType newPolyhedralSurface, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. casePolyhedralSurfaceType(PolyhedralSurfaceType object)
Returns the result of interpreting the object as an instance of 'Polyhedral Surface Type'.boolean
Gml311Validator. validatePolyhedralSurfaceType(PolyhedralSurfaceType polyhedralSurfaceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-