Uses of Class
net.opengis.gml.SurfacePropertyType

Packages that use SurfacePropertyType
net.opengis.gml   
 

Uses of SurfacePropertyType in net.opengis.gml
 

Fields in net.opengis.gml declared as SurfacePropertyType
protected  SurfacePropertyType OrientableSurfaceType.baseSurface
           
protected  SurfacePropertyType SolidType.exterior
           
protected  SurfacePropertyType FaceType.surfaceProperty
           
 

Fields in net.opengis.gml with type parameters of type SurfacePropertyType
protected  List<SurfacePropertyType> SolidType.interior
           
protected  List<SurfacePropertyType> MultiSurfaceType.surfaceMember
           
protected  List<SurfacePropertyType> CompositeSurfaceType.surfaceMember
           
 

Methods in net.opengis.gml that return SurfacePropertyType
 SurfacePropertyType ObjectFactory.createSurfacePropertyType()
          Create an instance of SurfacePropertyType
 SurfacePropertyType OrientableSurfaceType.getBaseSurface()
          References or contains the base surface (positive orientation).
 SurfacePropertyType SolidType.getExterior()
          Obtient la valeur de la propriété exterior.
 SurfacePropertyType FaceType.getSurfaceProperty()
          Obtient la valeur de la propriété surfaceProperty.
 

Methods in net.opengis.gml that return types with arguments of type SurfacePropertyType
 JAXBElement<SurfacePropertyType> ObjectFactory.createBaseSurface(SurfacePropertyType value)
          Create an instance of JAXBElement<SurfacePropertyType>}
 JAXBElement<SurfacePropertyType> ObjectFactory.createExtentOf(SurfacePropertyType value)
          Create an instance of JAXBElement<SurfacePropertyType>}
 JAXBElement<SurfacePropertyType> ObjectFactory.createSurfaceMember(SurfacePropertyType value)
          Create an instance of JAXBElement<SurfacePropertyType>}
 JAXBElement<SurfacePropertyType> ObjectFactory.createSurfaceProperty(SurfacePropertyType value)
          Create an instance of JAXBElement<SurfacePropertyType>}
 List<SurfacePropertyType> SolidType.getInterior()
          Gets the value of the interior property.
 List<SurfacePropertyType> MultiSurfaceType.getSurfaceMember()
          Gets the value of the surfaceMember property.
 List<SurfacePropertyType> CompositeSurfaceType.getSurfaceMember()
          This element references or contains one surface in the composite surface.
 

Methods in net.opengis.gml with parameters of type SurfacePropertyType
 JAXBElement<SurfacePropertyType> ObjectFactory.createBaseSurface(SurfacePropertyType value)
          Create an instance of JAXBElement<SurfacePropertyType>}
 JAXBElement<SurfacePropertyType> ObjectFactory.createExtentOf(SurfacePropertyType value)
          Create an instance of JAXBElement<SurfacePropertyType>}
 JAXBElement<SurfacePropertyType> ObjectFactory.createSurfaceMember(SurfacePropertyType value)
          Create an instance of JAXBElement<SurfacePropertyType>}
 JAXBElement<SurfacePropertyType> ObjectFactory.createSurfaceProperty(SurfacePropertyType value)
          Create an instance of JAXBElement<SurfacePropertyType>}
 void OrientableSurfaceType.setBaseSurface(SurfacePropertyType value)
          Définit la valeur de la propriété baseSurface.
 void SolidType.setExterior(SurfacePropertyType value)
          Définit la valeur de la propriété exterior.
 void FaceType.setSurfaceProperty(SurfacePropertyType value)
          Définit la valeur de la propriété surfaceProperty.
 



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.