|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.DefinitionType
org.citygml4j.jaxb.gml._3_1_1.AbstractCoordinateOperationBaseType
org.citygml4j.jaxb.gml._3_1_1.AbstractCoordinateOperationType
org.citygml4j.jaxb.gml._3_1_1.PassThroughOperationType
public class PassThroughOperationType
A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.
Java-Klasse für PassThroughOperationType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der usesOperation-Eigenschaft ab. |
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)
Legt den Wert der usesOperation-Eigenschaft fest. |
void |
unsetModifiedCoordinate()
|
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 |
---|
public PassThroughOperationType()
Method Detail |
---|
public java.util.List<java.math.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()
OperationRefType
public void setUsesOperation(OperationRefType value)
value
- allowed object is
OperationRefType
public boolean isSetUsesOperation()
public void setModifiedCoordinate(java.util.List<java.math.BigInteger> modifiedCoordinate)
modifiedCoordinate
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |