public final class GeoRssPoint extends PointConstruct
| Constructor and Description |
|---|
GeoRssPoint()
Constructs an empty georss:point element.
|
GeoRssPoint(java.lang.Double lat,
java.lang.Double lon)
Constructs a georss:point element with the given latitude and longitude.
|
GeoRssPoint(Point copyFrom)
Constructs a georss:point element by copying it from the given point.
|
| Modifier and Type | Method and Description |
|---|---|
static ExtensionDescription |
getDefaultDescription()
Returns the suggested extension description and is repeatable.
|
static ExtensionDescription |
getDefaultDescription(boolean repeatable)
Returns the suggested extension description with configurable
repeatability.
|
getLatitude, getLongitude, setGeoLocation, setValue, toStringequals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributesdisableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutablegenerate, getHandlerpublic GeoRssPoint()
public GeoRssPoint(java.lang.Double lat,
java.lang.Double lon)
public GeoRssPoint(Point copyFrom)
public static ExtensionDescription getDefaultDescription(boolean repeatable)
public static ExtensionDescription getDefaultDescription()