public class GmlPos extends PointConstruct
AbstractExtension.AttributesHandler
attrName
localName, 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, validate
consumeAttributes, equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setRequired
disableStrictValidation, enableStrictValidation, eq, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
generate, getHandler
public 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()