org.citygml4j.jaxb.gml._3_1_1
Class ConcatenatedOperationType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.DefinitionType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractCoordinateOperationBaseType
              extended by org.citygml4j.jaxb.gml._3_1_1.AbstractCoordinateOperationType
                  extended by org.citygml4j.jaxb.gml._3_1_1.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.

Java-Klasse für ConcatenatedOperationType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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>
 


Constructor Summary
ConcatenatedOperationType()
           
 
Method Summary
 java.util.List<SingleOperationRefType> getUsesSingleOperation()
          Ordered sequence of associations to the two or more single operations used by this concatenated operation.
 boolean isSetUsesSingleOperation()
           
 void setUsesSingleOperation(java.util.List<SingleOperationRefType> usesSingleOperation)
          Ordered sequence of associations to the two or more single operations used by this concatenated operation.
 void unsetUsesSingleOperation()
           
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractCoordinateOperationType
get_PositionalAccuracy, getCoordinateOperationID, getOperationVersion, getRemarks, getScope, getSourceCRS, getTargetCRS, getValidArea, isSet_PositionalAccuracy, isSetCoordinateOperationID, isSetOperationVersion, isSetRemarks, isSetScope, isSetSourceCRS, isSetTargetCRS, isSetValidArea, set_PositionalAccuracy, setCoordinateOperationID, setOperationVersion, setRemarks, setScope, setSourceCRS, setTargetCRS, setValidArea, unset_PositionalAccuracy, unsetCoordinateOperationID
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcatenatedOperationType

public ConcatenatedOperationType()
Method Detail

getUsesSingleOperation

public java.util.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()

setUsesSingleOperation

public void setUsesSingleOperation(java.util.List<SingleOperationRefType> usesSingleOperation)
Ordered sequence of associations to the two or more single operations used by this concatenated operation.

Parameters:
usesSingleOperation - allowed object is SingleOperationRefType