public class GmlUpperCorner extends PointConstruct
| Constructor and Description |
|---|
GmlUpperCorner()
Constructs an empty gml:upperCorner element.
|
GmlUpperCorner(java.lang.Double lat,
java.lang.Double lon)
Constructs a gml:upperCorner element with the given lat and lon.
|
GmlUpperCorner(Point copyFrom)
Constructs a gml:upperCorner 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, toStringequals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributesdisableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutablegenerate, getHandlerpublic GmlUpperCorner()
public GmlUpperCorner(java.lang.Double lat,
java.lang.Double lon)
public GmlUpperCorner(Point copyFrom)
public static ExtensionDescription getDefaultDescription(boolean repeatable)
public static ExtensionDescription getDefaultDescription()