|
||||||||||
| 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.AbstractGeneralConversionType
net.opengis.gml.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.
Classe Java pour ConversionType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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>
| Field Summary | |
|---|---|
protected OperationMethodRefType |
usesMethod
|
protected List<ParameterValueType> |
usesValue
|
| 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 | |
|---|---|
ConversionType()
|
|
| Method Summary | |
|---|---|
OperationMethodRefType |
getUsesMethod()
Obtient la valeur de la propriété usesMethod. |
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)
Définit la valeur de la propriété usesMethod. |
void |
unsetUsesValue()
|
| 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 OperationMethodRefType usesMethod
protected List<ParameterValueType> usesValue
| Constructor Detail |
|---|
public ConversionType()
| Method Detail |
|---|
public OperationMethodRefType getUsesMethod()
OperationMethodRefTypepublic void setUsesMethod(OperationMethodRefType value)
value - allowed object is
OperationMethodRefTypepublic boolean isSetUsesMethod()
public 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||