net.opengis.gml
Class PassThroughOperationType

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

Classe Java pour PassThroughOperationType complex type.

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

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


Field Summary
protected  List<BigInteger> modifiedCoordinate
           
protected  OperationRefType usesOperation
           
 
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
PassThroughOperationType()
           
 
Method Summary
 List<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()
          Obtient la valeur de la propriété usesOperation.
 boolean isSetModifiedCoordinate()
           
 boolean isSetUsesOperation()
           
 void setUsesOperation(OperationRefType value)
          Définit la valeur de la propriété usesOperation.
 void unsetModifiedCoordinate()
           
 
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

modifiedCoordinate

protected List<BigInteger> modifiedCoordinate

usesOperation

protected OperationRefType usesOperation
Constructor Detail

PassThroughOperationType

public PassThroughOperationType()
Method Detail

getModifiedCoordinate

public List<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()
Obtient la valeur de la propriété usesOperation.

Returns:
possible object is OperationRefType

setUsesOperation

public void setUsesOperation(OperationRefType value)
Définit la valeur de la propriété usesOperation.

Parameters:
value - allowed object is OperationRefType

isSetUsesOperation

public boolean isSetUsesOperation()


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