Uses of Interface
net.opengis.gml311.TriangulatedSurfaceType
-
Packages that use TriangulatedSurfaceType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TriangulatedSurfaceType in net.opengis.gml311
Subinterfaces of TriangulatedSurfaceType in net.opengis.gml311 Modifier and Type Interface Description interface
TinType
A representation of the model object 'Tin Type'.Methods in net.opengis.gml311 that return TriangulatedSurfaceType Modifier and Type Method Description TriangulatedSurfaceType
Gml311Factory. createTriangulatedSurfaceType()
Returns a new object of class 'Triangulated Surface Type'.TriangulatedSurfaceType
DocumentRoot. getTriangulatedSurface()
Returns the value of the 'Triangulated Surface' containment reference.Methods in net.opengis.gml311 with parameters of type TriangulatedSurfaceType Modifier and Type Method Description void
DocumentRoot. setTriangulatedSurface(TriangulatedSurfaceType value)
Sets the value of the 'Triangulated Surface
' containment reference. -
Uses of TriangulatedSurfaceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TriangulatedSurfaceType Modifier and Type Class Description class
TinTypeImpl
An implementation of the model object 'Tin Type'.class
TriangulatedSurfaceTypeImpl
An implementation of the model object 'Triangulated Surface Type'.Methods in net.opengis.gml311.impl that return TriangulatedSurfaceType Modifier and Type Method Description TriangulatedSurfaceType
Gml311FactoryImpl. createTriangulatedSurfaceType()
TriangulatedSurfaceType
DocumentRootImpl. getTriangulatedSurface()
Methods in net.opengis.gml311.impl with parameters of type TriangulatedSurfaceType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTriangulatedSurface(TriangulatedSurfaceType newTriangulatedSurface, NotificationChain msgs)
void
DocumentRootImpl. setTriangulatedSurface(TriangulatedSurfaceType newTriangulatedSurface)
-
Uses of TriangulatedSurfaceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TriangulatedSurfaceType Modifier and Type Method Description T
Gml311Switch. caseTriangulatedSurfaceType(TriangulatedSurfaceType object)
Returns the result of interpreting the object as an instance of 'Triangulated Surface Type'.boolean
Gml311Validator. validateTriangulatedSurfaceType(TriangulatedSurfaceType triangulatedSurfaceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-