net.opengis.gml
Class ConcatenatedOperationType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.DefinitionType
          extended by net.opengis.gml.AbstractCoordinateOperationBaseType
              extended by net.opengis.gml.AbstractCoordinateOperationType
                  extended by net.opengis.gml.ConcatenatedOperationType

public class ConcatenatedOperationType
extends AbstractCoordinateOperationType

An ordered sequence of two or more single coordinate operations. The sequence of operations is constrained by the requirement that the source coordinate reference system of step (n+1) must be the same as the target coordinate reference system of step (n). The source coordinate reference system of the first step and the target coordinate reference system of the last step are the source and target coordinate reference system associated with the concatenated operation. Instead of a forward operation, an inverse operation may be used for one or more of the operation steps mentioned above, if the inverse operation is uniquely defined by the forward operation.

Classe Java pour ConcatenatedOperationType complex type.

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

 <complexType name="ConcatenatedOperationType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractCoordinateOperationType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}usesSingleOperation" maxOccurs="unbounded" minOccurs="2"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<SingleOperationRefType> usesSingleOperation
           
 
Fields inherited from class net.opengis.gml.AbstractCoordinateOperationType
coordinateOperationID, operationVersion, positionalAccuracy, remarks, scope, sourceCRS, targetCRS, validArea
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
ConcatenatedOperationType()
           
 
Method Summary
 List<SingleOperationRefType> getUsesSingleOperation()
          Ordered sequence of associations to the two or more single operations used by this concatenated operation.
 boolean isSetUsesSingleOperation()
           
 void unsetUsesSingleOperation()
           
 
Methods inherited from class net.opengis.gml.AbstractCoordinateOperationType
getCoordinateOperationID, getOperationVersion, getPositionalAccuracy, getRemarks, getScope, getSourceCRS, getTargetCRS, getValidArea, isSetCoordinateOperationID, isSetOperationVersion, isSetPositionalAccuracy, isSetRemarks, isSetScope, isSetSourceCRS, isSetTargetCRS, isSetValidArea, setOperationVersion, setRemarks, setScope, setSourceCRS, setTargetCRS, setValidArea, unsetCoordinateOperationID, unsetPositionalAccuracy
 
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

usesSingleOperation

protected List<SingleOperationRefType> usesSingleOperation
Constructor Detail

ConcatenatedOperationType

public ConcatenatedOperationType()
Method Detail

getUsesSingleOperation

public List<SingleOperationRefType> getUsesSingleOperation()
Ordered sequence of associations to the two or more single operations used by this concatenated operation. Gets the value of the usesSingleOperation 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 usesSingleOperation property.

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

    getUsesSingleOperation().add(newItem);
 

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


isSetUsesSingleOperation

public boolean isSetUsesSingleOperation()

unsetUsesSingleOperation

public void unsetUsesSingleOperation()


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