|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.AbstractCoordinateOperationBaseType
net.opengis.gml.AbstractCoordinateOperationType
net.opengis.gml.PassThroughOperationType
public class PassThroughOperationType
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.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 |
|---|
protected List<BigInteger> modifiedCoordinate
protected OperationRefType usesOperation
| Constructor Detail |
|---|
public PassThroughOperationType()
| Method Detail |
|---|
public List<BigInteger> getModifiedCoordinate()
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
public boolean isSetModifiedCoordinate()
public void unsetModifiedCoordinate()
public OperationRefType getUsesOperation()
OperationRefTypepublic void setUsesOperation(OperationRefType value)
value - allowed object is
OperationRefTypepublic boolean isSetUsesOperation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||