public class GmlPos extends PointConstruct
| Constructor and Description |
|---|
GmlPos()
Constructs an empty gml:pos element.
|
GmlPos(java.lang.Double lat,
java.lang.Double lon)
Constructs a gml:pos element with the given latitude and longitude.
|
GmlPos(Point copyFrom)
Constructs a gml:pos element by copying the lat/long values out of the
supplied 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 GmlPos()
public GmlPos(java.lang.Double lat,
java.lang.Double lon)
public GmlPos(Point copyFrom)
public static ExtensionDescription getDefaultDescription(boolean repeatable)
public static ExtensionDescription getDefaultDescription()