Uses of Interface
net.opengis.gml311.SurfacePropertyType
Packages that use SurfacePropertyType
- 
Uses of SurfacePropertyType in net.opengis.gml311Methods in net.opengis.gml311 that return SurfacePropertyTypeModifier and TypeMethodDescriptionGml311Factory.createSurfacePropertyType()Returns a new object of class 'Surface Property Type'.DocumentRoot.getBaseSurface()Returns the value of the 'Base Surface' containment reference.OrientableSurfaceType.getBaseSurface()Returns the value of the 'Base Surface' containment reference.DocumentRoot.getExtentOf()Returns the value of the 'Extent Of' containment reference.SolidType.getExterior()Returns the value of the 'Exterior' containment reference.DocumentRoot.getSurfaceMember()Returns the value of the 'Surface Member' containment reference.DocumentRoot.getSurfaceProperty()Returns the value of the 'Surface Property' containment reference.FaceType.getSurfaceProperty()Returns the value of the 'Surface Property' containment reference.Methods in net.opengis.gml311 that return types with arguments of type SurfacePropertyTypeModifier and TypeMethodDescriptionEList<SurfacePropertyType>SolidType.getInterior()Returns the value of the 'Interior' containment reference list.EList<SurfacePropertyType>CompositeSurfaceType.getSurfaceMember()Returns the value of the 'Surface Member' containment reference list.EList<SurfacePropertyType>MultiSurfaceType.getSurfaceMember()Returns the value of the 'Surface Member' containment reference list.Methods in net.opengis.gml311 with parameters of type SurfacePropertyTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setBaseSurface(SurfacePropertyType value) Sets the value of the 'Base Surface' containment reference.voidOrientableSurfaceType.setBaseSurface(SurfacePropertyType value) Sets the value of the 'Base Surface' containment reference.voidDocumentRoot.setExtentOf(SurfacePropertyType value) Sets the value of the 'Extent Of' containment reference.voidSolidType.setExterior(SurfacePropertyType value) Sets the value of the 'Exterior' containment reference.voidDocumentRoot.setSurfaceMember(SurfacePropertyType value) Sets the value of the 'Surface Member' containment reference.voidDocumentRoot.setSurfaceProperty(SurfacePropertyType value) Sets the value of the 'Surface Property' containment reference.voidFaceType.setSurfaceProperty(SurfacePropertyType value) Sets the value of the 'Surface Property' containment reference.
- 
Uses of SurfacePropertyType in net.opengis.gml311.implClasses in net.opengis.gml311.impl that implement SurfacePropertyTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Surface Property Type'.Fields in net.opengis.gml311.impl declared as SurfacePropertyTypeModifier and TypeFieldDescriptionprotected SurfacePropertyTypeOrientableSurfaceTypeImpl.baseSurfaceThe cached value of the 'Base Surface' containment reference.protected SurfacePropertyTypeSolidTypeImpl.exteriorThe cached value of the 'Exterior' containment reference.protected SurfacePropertyTypeFaceTypeImpl.surfacePropertyThe cached value of the 'Surface Property' containment reference.Fields in net.opengis.gml311.impl with type parameters of type SurfacePropertyTypeModifier and TypeFieldDescriptionprotected EList<SurfacePropertyType>SolidTypeImpl.interiorThe cached value of the 'Interior' containment reference list.protected EList<SurfacePropertyType>CompositeSurfaceTypeImpl.surfaceMemberThe cached value of the 'Surface Member' containment reference list.protected EList<SurfacePropertyType>MultiSurfaceTypeImpl.surfaceMemberThe cached value of the 'Surface Member' containment reference list.Methods in net.opengis.gml311.impl that return SurfacePropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createSurfacePropertyType()DocumentRootImpl.getBaseSurface()OrientableSurfaceTypeImpl.getBaseSurface()DocumentRootImpl.getExtentOf()SolidTypeImpl.getExterior()DocumentRootImpl.getSurfaceMember()DocumentRootImpl.getSurfaceProperty()FaceTypeImpl.getSurfaceProperty()Methods in net.opengis.gml311.impl that return types with arguments of type SurfacePropertyTypeModifier and TypeMethodDescriptionEList<SurfacePropertyType>SolidTypeImpl.getInterior()EList<SurfacePropertyType>CompositeSurfaceTypeImpl.getSurfaceMember()EList<SurfacePropertyType>MultiSurfaceTypeImpl.getSurfaceMember()Methods in net.opengis.gml311.impl with parameters of type SurfacePropertyTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetBaseSurface(SurfacePropertyType newBaseSurface, NotificationChain msgs) NotificationChainOrientableSurfaceTypeImpl.basicSetBaseSurface(SurfacePropertyType newBaseSurface, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetExtentOf(SurfacePropertyType newExtentOf, NotificationChain msgs) NotificationChainSolidTypeImpl.basicSetExterior(SurfacePropertyType newExterior, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetSurfaceMember(SurfacePropertyType newSurfaceMember, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetSurfaceProperty(SurfacePropertyType newSurfaceProperty, NotificationChain msgs) NotificationChainFaceTypeImpl.basicSetSurfaceProperty(SurfacePropertyType newSurfaceProperty, NotificationChain msgs) voidDocumentRootImpl.setBaseSurface(SurfacePropertyType newBaseSurface) voidOrientableSurfaceTypeImpl.setBaseSurface(SurfacePropertyType newBaseSurface) voidDocumentRootImpl.setExtentOf(SurfacePropertyType newExtentOf) voidSolidTypeImpl.setExterior(SurfacePropertyType newExterior) voidDocumentRootImpl.setSurfaceMember(SurfacePropertyType newSurfaceMember) voidDocumentRootImpl.setSurfaceProperty(SurfacePropertyType newSurfaceProperty) voidFaceTypeImpl.setSurfaceProperty(SurfacePropertyType newSurfaceProperty) 
- 
Uses of SurfacePropertyType in net.opengis.gml311.utilMethods in net.opengis.gml311.util with parameters of type SurfacePropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseSurfacePropertyType(SurfacePropertyType object) Returns the result of interpreting the object as an instance of 'Surface Property Type'.booleanGml311Validator.validateSurfacePropertyType(SurfacePropertyType surfacePropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)