net.opengis.gml
Class ConversionType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.DefinitionType
          extended by net.opengis.gml.AbstractCoordinateOperationBaseType
              extended by net.opengis.gml.AbstractCoordinateOperationType
                  extended by net.opengis.gml.AbstractGeneralConversionType
                      extended by net.opengis.gml.ConversionType

public class ConversionType
extends AbstractGeneralConversionType

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.AbstractCoordinateOperationType
getCoordinateOperationID, getOperationVersion, getPositionalAccuracy, getRemarks, getScope, getSourceCRS, getTargetCRS, getValidArea, isSetCoordinateOperationID, isSetOperationVersion, isSetPositionalAccuracy, isSetRemarks, isSetScope, isSetSourceCRS, isSetTargetCRS, isSetValidArea, setOperationVersion, setRemarks, setScope, setSourceCRS, setTargetCRS, setValidArea, unsetCoordinateOperationID, unsetPositionalAccuracy
 
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

usesMethod

protected OperationMethodRefType usesMethod

usesValue

protected List<ParameterValueType> usesValue
Constructor Detail

ConversionType

public ConversionType()
Method Detail

getUsesMethod

public OperationMethodRefType getUsesMethod()
Obtient la valeur de la propriété usesMethod.

Returns:
possible object is OperationMethodRefType

setUsesMethod

public void setUsesMethod(OperationMethodRefType value)
Définit la valeur de la propriété usesMethod.

Parameters:
value - allowed object is OperationMethodRefType

isSetUsesMethod

public boolean isSetUsesMethod()

getUsesValue

public List<ParameterValueType> getUsesValue()
Unordered list of composition associations to the set of parameter values used by this conversion operation. Gets the value of the usesValue property.

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


isSetUsesValue

public boolean isSetUsesValue()

unsetUsesValue

public void unsetUsesValue()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.