|
||||||||||
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.ConcatenatedOperationType
public class ConcatenatedOperationType
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 class for ConcatenatedOperationType complex type.
The following schema fragment specifies the expected content contained within this class.
<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.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 ConcatenatedOperationType()
Method Detail |
---|
public java.util.List<SingleOperationRefType> getUsesSingleOperation()
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
public boolean isSetUsesSingleOperation()
public void unsetUsesSingleOperation()
public void setUsesSingleOperation(java.util.List<SingleOperationRefType> usesSingleOperation)
usesSingleOperation
- allowed object is
SingleOperationRefType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |