net.opengis.gml
Class DerivationUnitTermType
java.lang.Object
net.opengis.gml.UnitOfMeasureType
net.opengis.gml.DerivationUnitTermType
public class DerivationUnitTermType
- extends UnitOfMeasureType
Definition of one unit term for a derived unit of measure. This unit term references another unit of measure (uom) and provides an integer exponent applied to that unit in defining the compound unit. The exponent can be positive or negative, but not zero.
Classe Java pour DerivationUnitTermType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="DerivationUnitTermType">
<complexContent>
<extension base="{http://www.opengis.net/gml}UnitOfMeasureType">
<attribute name="exponent" type="{http://www.w3.org/2001/XMLSchema}integer" />
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exponent
protected BigInteger exponent
DerivationUnitTermType
public DerivationUnitTermType()
getExponent
public BigInteger getExponent()
- Obtient la valeur de la propriété exponent.
- Returns:
- possible object is
BigInteger
setExponent
public void setExponent(BigInteger value)
- Définit la valeur de la propriété exponent.
- Parameters:
value - allowed object is
BigInteger
isSetExponent
public boolean isSetExponent()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.