Uses of Interface
net.opengis.gml311.AbstractSurfaceType
-
Packages that use AbstractSurfaceType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractSurfaceType in net.opengis.gml311
Subinterfaces of AbstractSurfaceType in net.opengis.gml311 Modifier and Type Interface Description interfaceCompositeSurfaceTypeA representation of the model object 'Composite Surface Type'.interfaceOrientableSurfaceTypeA representation of the model object 'Orientable Surface Type'.interfacePolygonTypeA representation of the model object 'Polygon Type'.interfacePolyhedralSurfaceTypeA representation of the model object 'Polyhedral Surface Type'.interfaceSurfaceTypeA representation of the model object '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 AbstractSurfaceType Modifier and Type Method Description AbstractSurfaceTypeGml311Factory. createAbstractSurfaceType()Returns a new object of class 'Abstract Surface Type'.AbstractSurfaceTypeDocumentRoot. getSurface()Returns the value of the 'Surface' containment reference.AbstractSurfaceTypeSurfacePropertyType. getSurface()Returns the value of the 'Surface' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractSurfaceType Modifier and Type Method Description EList<AbstractSurfaceType>SurfaceArrayPropertyType. getSurface()Returns the value of the 'Surface' containment reference list. -
Uses of AbstractSurfaceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractSurfaceType Modifier and Type Class Description classAbstractSurfaceTypeImplAn implementation of the model object 'Abstract Surface Type'.classCompositeSurfaceTypeImplAn implementation of the model object 'Composite Surface Type'.classOrientableSurfaceTypeImplAn implementation of the model object 'Orientable Surface Type'.classPolygonTypeImplAn implementation of the model object 'Polygon Type'.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 AbstractSurfaceType Modifier and Type Method Description AbstractSurfaceTypeGml311FactoryImpl. createAbstractSurfaceType()AbstractSurfaceTypeDocumentRootImpl. getSurface()AbstractSurfaceTypeSurfacePropertyTypeImpl. getSurface()Methods in net.opengis.gml311.impl that return types with arguments of type AbstractSurfaceType Modifier and Type Method Description EList<AbstractSurfaceType>SurfaceArrayPropertyTypeImpl. getSurface()Methods in net.opengis.gml311.impl with parameters of type AbstractSurfaceType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetSurface(AbstractSurfaceType newSurface, NotificationChain msgs)NotificationChainSurfacePropertyTypeImpl. basicSetSurface(AbstractSurfaceType newSurface, NotificationChain msgs) -
Uses of AbstractSurfaceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractSurfaceType Modifier and Type Method Description TGml311Switch. caseAbstractSurfaceType(AbstractSurfaceType object)Returns the result of interpreting the object as an instance of 'Abstract Surface Type'.booleanGml311Validator. validateAbstractSurfaceType(AbstractSurfaceType abstractSurfaceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-