net.opengis.gml
Class CompositeSurfaceType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.AbstractGeometryType
          extended by net.opengis.gml.AbstractGeometricPrimitiveType
              extended by net.opengis.gml.AbstractSurfaceType
                  extended by net.opengis.gml.CompositeSurfaceType

public class CompositeSurfaceType
extends AbstractSurfaceType

A CompositeSurface is defined by a set of orientable surfaces. A composite surface is geometry type with all the geometric properties of a (primitive) surface. Essentially, a composite surface is a collection of surfaces that join in pairs on common boundary curves and which, when considered as a whole, form a single surface.

Classe Java pour CompositeSurfaceType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="CompositeSurfaceType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractSurfaceType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}surfaceMember" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<SurfacePropertyType> surfaceMember
           
 
Fields inherited from class net.opengis.gml.AbstractGeometryType
axisLabels, gid, srsDimension, srsName, uomLabels
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
CompositeSurfaceType()
           
 
Method Summary
 List<SurfacePropertyType> getSurfaceMember()
          This element references or contains one surface in the composite surface.
 boolean isSetSurfaceMember()
           
 void unsetSurfaceMember()
           
 
Methods inherited from class net.opengis.gml.AbstractGeometryType
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setGid, setSrsDimension, setSrsName, unsetAxisLabels, unsetUomLabels
 
Methods inherited from class net.opengis.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

surfaceMember

protected List<SurfacePropertyType> surfaceMember
Constructor Detail

CompositeSurfaceType

public CompositeSurfaceType()
Method Detail

getSurfaceMember

public List<SurfacePropertyType> getSurfaceMember()
This element references or contains one surface in the composite surface. The surfaces are contiguous. NOTE: This definition allows for a nested structure, i.e. a CompositeSurface may use, for example, another CompositeSurface as a member.Gets the value of the surfaceMember property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the surfaceMember property.

For example, to add a new item, do as follows:

    getSurfaceMember().add(newItem);
 

Objects of the following type(s) are allowed in the list SurfacePropertyType


isSetSurfaceMember

public boolean isSetSurfaceMember()

unsetSurfaceMember

public void unsetSurfaceMember()


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