org.deegree.services.jaxb.wfs
Class DecimalCoordinateFormatter
java.lang.Object
org.deegree.services.jaxb.wfs.DecimalCoordinateFormatter
public class DecimalCoordinateFormatter
- extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="places" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
places
protected BigInteger places
DecimalCoordinateFormatter
public DecimalCoordinateFormatter()
getPlaces
public BigInteger getPlaces()
- Gets the value of the places property.
- Returns:
- possible object is
BigInteger
setPlaces
public void setPlaces(BigInteger value)
- Sets the value of the places property.
- Parameters:
value
- allowed object is
BigInteger
Copyright © 2011. All Rights Reserved.