public class GmlPos extends PointConstruct
AbstractExtension.AttributesHandlerattrNamelocalName, namespace| 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, toString, validateconsumeAttributes, equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setRequireddisableStrictValidation, enableStrictValidation, eq, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutableclone, finalize, getClass, notify, notifyAll, wait, wait, waitgenerate, 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()