org.citygml4j.jaxb.gml._3_1_1
Class PassThroughOperationType

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

public class PassThroughOperationType
extends AbstractCoordinateOperationType

A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.

Java class for PassThroughOperationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PassThroughOperationType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractCoordinateOperationType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}modifiedCoordinate" maxOccurs="unbounded"/>
         <element ref="{http://www.opengis.net/gml}usesOperation"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
PassThroughOperationType()
           
 
Method Summary
 java.util.List<java.math.BigInteger> getModifiedCoordinate()
          Ordered sequence of positive integers defining the positions in a coordinate tuple of the coordinates affected by this pass-through operation.
 OperationRefType getUsesOperation()
          Gets the value of the usesOperation property.
 boolean isSetModifiedCoordinate()
           
 boolean isSetUsesOperation()
           
 void setModifiedCoordinate(java.util.List<java.math.BigInteger> modifiedCoordinate)
          Ordered sequence of positive integers defining the positions in a coordinate tuple of the coordinates affected by this pass-through operation.
 void setUsesOperation(OperationRefType value)
          Sets the value of the usesOperation property.
 void unsetModifiedCoordinate()
           
 
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

PassThroughOperationType

public PassThroughOperationType()
Method Detail

getModifiedCoordinate

public java.util.List<java.math.BigInteger> getModifiedCoordinate()
Ordered sequence of positive integers defining the positions in a coordinate tuple of the coordinates affected by this pass-through operation. Gets the value of the modifiedCoordinate 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 modifiedCoordinate property.

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

    getModifiedCoordinate().add(newItem);
 

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


isSetModifiedCoordinate

public boolean isSetModifiedCoordinate()

unsetModifiedCoordinate

public void unsetModifiedCoordinate()

getUsesOperation

public OperationRefType getUsesOperation()
Gets the value of the usesOperation property.

Returns:
possible object is OperationRefType

setUsesOperation

public void setUsesOperation(OperationRefType value)
Sets the value of the usesOperation property.

Parameters:
value - allowed object is OperationRefType

isSetUsesOperation

public boolean isSetUsesOperation()

setModifiedCoordinate

public void setModifiedCoordinate(java.util.List<java.math.BigInteger> modifiedCoordinate)
Ordered sequence of positive integers defining the positions in a coordinate tuple of the coordinates affected by this pass-through operation.

Parameters:
modifiedCoordinate - allowed object is BigInteger