public final class Geo extends Property
Modifier and Type | Class and Description |
---|---|
static class |
Geo.Factory |
Property.Id
ILLEGAL_PARAMETER_MESSAGE
Constructor and Description |
---|
Geo(java.math.BigDecimal latitude,
java.math.BigDecimal longitude) |
Geo(Group group,
java.util.List<Parameter> params,
java.lang.String value)
Factory constructor.
|
Geo(java.util.List<Parameter> params,
java.lang.String value)
Factory constructor.
|
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getLatitude() |
java.math.BigDecimal |
getLongitude() |
java.lang.String |
getValue() |
void |
validate() |
assertOneOrLess, assertParametersEmpty, assertPidParameter, assertPrefParameter, assertTextParameter, assertTypeParameter, equals, getExtendedParameter, getExtendedParameters, getGroup, getId, getParameter, getParameters, getParameters, hashCode, toString
public Geo(java.math.BigDecimal latitude, java.math.BigDecimal longitude)
latitude
- a latitude valuelongitude
- a longitude valuepublic Geo(java.util.List<Parameter> params, java.lang.String value)
params
- property parametersvalue
- string representation of a property value