Uses of Interface
net.opengis.gml311.SurfaceType
-
Packages that use SurfaceType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SurfaceType in net.opengis.gml311
Subinterfaces of SurfaceType in net.opengis.gml311 Modifier and Type Interface Description interfacePolyhedralSurfaceTypeA representation of the model object 'Polyhedral Surface Type'.interfaceTinTypeA representation of the model object 'Tin Type'.interfaceTriangulatedSurfaceTypeA representation of the model object 'Triangulated Surface Type'.Methods in net.opengis.gml311 that return SurfaceType Modifier and Type Method Description SurfaceTypeGml311Factory. createSurfaceType()Returns a new object of class 'Surface Type'.SurfaceTypeDocumentRoot. getSurface1()Returns the value of the 'Surface1' containment reference.Methods in net.opengis.gml311 with parameters of type SurfaceType Modifier and Type Method Description voidDocumentRoot. setSurface1(SurfaceType value)Sets the value of the 'Surface1' containment reference. -
Uses of SurfaceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SurfaceType Modifier and Type Class Description classPolyhedralSurfaceTypeImplAn implementation of the model object 'Polyhedral Surface Type'.classSurfaceTypeImplAn implementation of the model object 'Surface Type'.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 SurfaceType Modifier and Type Method Description SurfaceTypeGml311FactoryImpl. createSurfaceType()SurfaceTypeDocumentRootImpl. getSurface1()Methods in net.opengis.gml311.impl with parameters of type SurfaceType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetSurface1(SurfaceType newSurface1, NotificationChain msgs)voidDocumentRootImpl. setSurface1(SurfaceType newSurface1) -
Uses of SurfaceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SurfaceType Modifier and Type Method Description TGml311Switch. caseSurfaceType(SurfaceType object)Returns the result of interpreting the object as an instance of 'Surface Type'.booleanGml311Validator. validateSurfaceType(SurfaceType surfaceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-