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 interfaceTinTypeA representation of the model object 'Tin Type'.Methods in net.opengis.gml311 that return TriangulatedSurfaceType Modifier and Type Method Description TriangulatedSurfaceTypeGml311Factory. createTriangulatedSurfaceType()Returns a new object of class 'Triangulated Surface Type'.TriangulatedSurfaceTypeDocumentRoot. 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 voidDocumentRoot. 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 classTinTypeImplAn implementation of the model object 'Tin Type'.classTriangulatedSurfaceTypeImplAn implementation of the model object 'Triangulated Surface Type'.Methods in net.opengis.gml311.impl that return TriangulatedSurfaceType Modifier and Type Method Description TriangulatedSurfaceTypeGml311FactoryImpl. createTriangulatedSurfaceType()TriangulatedSurfaceTypeDocumentRootImpl. getTriangulatedSurface()Methods in net.opengis.gml311.impl with parameters of type TriangulatedSurfaceType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTriangulatedSurface(TriangulatedSurfaceType newTriangulatedSurface, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseTriangulatedSurfaceType(TriangulatedSurfaceType object)Returns the result of interpreting the object as an instance of 'Triangulated Surface Type'.booleanGml311Validator. validateTriangulatedSurfaceType(TriangulatedSurfaceType triangulatedSurfaceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-