public class GmlLowerCorner extends PointConstruct
AbstractExtension.AttributesHandler
attrName
localName, namespace
Constructor and Description |
---|
GmlLowerCorner()
Constructs an empty gml:lowerCorner element.
|
GmlLowerCorner(java.lang.Double lat,
java.lang.Double lon)
Constructs a gml:lowerCorner element with the given lat and lon.
|
GmlLowerCorner(Point copyFrom)
Constructs a gml:lowerCorner element by copying the data 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, 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 GmlLowerCorner()
public GmlLowerCorner(java.lang.Double lat, java.lang.Double lon)
public GmlLowerCorner(Point copyFrom)
public static ExtensionDescription getDefaultDescription(boolean repeatable)
public static ExtensionDescription getDefaultDescription()