|
||||||||||
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.AbstractGeneralConversionType
org.citygml4j.jaxb.gml._3_1_1.ConversionType
public class ConversionType
A concrete operation on coordinates that does not include any change of Datum. The best-known example of a coordinate conversion is a map projection. The parameters describing coordinate conversions are defined rather than empirically derived. Note that some conversions have no parameters. This concrete complexType can be used with all operation methods, without using an Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one Conversion instance.
Java-Klasse für ConversionType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="ConversionType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractGeneralConversionType"> <sequence> <element ref="{http://www.opengis.net/gml}usesMethod"/> <element ref="{http://www.opengis.net/gml}usesValue" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
ConversionType()
|
Method Summary | |
---|---|
OperationMethodRefType |
getUsesMethod()
Ruft den Wert der usesMethod-Eigenschaft ab. |
java.util.List<ParameterValueType> |
getUsesValue()
Unordered list of composition associations to the set of parameter values used by this conversion operation. |
boolean |
isSetUsesMethod()
|
boolean |
isSetUsesValue()
|
void |
setUsesMethod(OperationMethodRefType value)
Legt den Wert der usesMethod-Eigenschaft fest. |
void |
setUsesValue(java.util.List<ParameterValueType> usesValue)
Unordered list of composition associations to the set of parameter values used by this conversion operation. |
void |
unsetUsesValue()
|
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 ConversionType()
Method Detail |
---|
public OperationMethodRefType getUsesMethod()
OperationMethodRefType
public void setUsesMethod(OperationMethodRefType value)
value
- allowed object is
OperationMethodRefType
public boolean isSetUsesMethod()
public java.util.List<ParameterValueType> getUsesValue()
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 usesValue property.
For example, to add a new item, do as follows:
getUsesValue().add(newItem);
Objects of the following type(s) are allowed in the list
ParameterValueType
public boolean isSetUsesValue()
public void unsetUsesValue()
public void setUsesValue(java.util.List<ParameterValueType> usesValue)
usesValue
- allowed object is
ParameterValueType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |