|
||||||||||
| 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.OperationMethodBaseType
net.opengis.gml.OperationMethodType
public class OperationMethodType
Definition of an algorithm used to perform a coordinate operation. Most operation methods use a number of operation parameters, although some coordinate conversions use none. Each coordinate operation using the method assigns values to these parameters.
Classe Java pour OperationMethodType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="OperationMethodType">
<complexContent>
<extension base="{http://www.opengis.net/gml}OperationMethodBaseType">
<sequence>
<element ref="{http://www.opengis.net/gml}methodID" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}remarks" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}methodFormula"/>
<element ref="{http://www.opengis.net/gml}sourceDimensions"/>
<element ref="{http://www.opengis.net/gml}targetDimensions"/>
<element ref="{http://www.opengis.net/gml}usesParameter" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CodeType |
methodFormula
|
protected List<IdentifierType> |
methodID
|
protected StringOrRefType |
remarks
|
protected BigInteger |
sourceDimensions
|
protected BigInteger |
targetDimensions
|
protected List<AbstractGeneralOperationParameterRefType> |
usesParameter
|
| Fields inherited from class net.opengis.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
OperationMethodType()
|
|
| Method Summary | |
|---|---|
CodeType |
getMethodFormula()
Obtient la valeur de la propriété methodFormula. |
List<IdentifierType> |
getMethodID()
Set of alternative identifications of this operation method. |
StringOrRefType |
getRemarks()
Comments on or information about this operation method, including source information. |
BigInteger |
getSourceDimensions()
Obtient la valeur de la propriété sourceDimensions. |
BigInteger |
getTargetDimensions()
Obtient la valeur de la propriété targetDimensions. |
List<AbstractGeneralOperationParameterRefType> |
getUsesParameter()
Unordered list of associations to the set of operation parameters and parameter groups used by this operation method. |
boolean |
isSetMethodFormula()
|
boolean |
isSetMethodID()
|
boolean |
isSetRemarks()
|
boolean |
isSetSourceDimensions()
|
boolean |
isSetTargetDimensions()
|
boolean |
isSetUsesParameter()
|
void |
setMethodFormula(CodeType value)
Définit la valeur de la propriété methodFormula. |
void |
setRemarks(StringOrRefType value)
Définit la valeur de la propriété remarks. |
void |
setSourceDimensions(BigInteger value)
Définit la valeur de la propriété sourceDimensions. |
void |
setTargetDimensions(BigInteger value)
Définit la valeur de la propriété targetDimensions. |
void |
unsetMethodID()
|
void |
unsetUsesParameter()
|
| 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 List<IdentifierType> methodID
protected StringOrRefType remarks
protected CodeType methodFormula
protected BigInteger sourceDimensions
protected BigInteger targetDimensions
protected List<AbstractGeneralOperationParameterRefType> usesParameter
| Constructor Detail |
|---|
public OperationMethodType()
| Method Detail |
|---|
public List<IdentifierType> getMethodID()
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 methodID property.
For example, to add a new item, do as follows:
getMethodID().add(newItem);
Objects of the following type(s) are allowed in the list
IdentifierType
public boolean isSetMethodID()
public void unsetMethodID()
public StringOrRefType getRemarks()
StringOrRefTypepublic void setRemarks(StringOrRefType value)
value - allowed object is
StringOrRefTypepublic boolean isSetRemarks()
public CodeType getMethodFormula()
CodeTypepublic void setMethodFormula(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetMethodFormula()
public BigInteger getSourceDimensions()
BigIntegerpublic void setSourceDimensions(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetSourceDimensions()
public BigInteger getTargetDimensions()
BigIntegerpublic void setTargetDimensions(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetTargetDimensions()
public List<AbstractGeneralOperationParameterRefType> getUsesParameter()
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 usesParameter property.
For example, to add a new item, do as follows:
getUsesParameter().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractGeneralOperationParameterRefType
public boolean isSetUsesParameter()
public void unsetUsesParameter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||