Package net.opengis.gml311
Interface CoordinatesType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
CoordinatesTypeImpl
public interface CoordinatesType
extends EObject
A representation of the model object 'Coordinates Type'.
Tables or arrays of tuples.
May be used for text-encoding of values from a table.
Actually just a string, but allows the user to indicate which characters are used as separators.
The value of the 'cs' attribute is the separator for coordinate values,
and the value of the 'ts' attribute gives the tuple separator (a single space by default);
the default values may be changed to reflect local usage.
Defaults to CSV within a tuple, space between tuples.
However, any string content will be schema-valid.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetCs()
Returns the value of the 'Cs' attribute.Returns the value of the 'Decimal' attribute.getTs()
Returns the value of the 'Ts' attribute.getValue()
Returns the value of the 'Value' attribute.boolean
isSetCs()
Returns whether the value of the 'Cs
' attribute is set.boolean
Returns whether the value of the 'Decimal
' attribute is set.boolean
isSetTs()
Returns whether the value of the 'Ts
' attribute is set.void
Sets the value of the 'Cs
' attribute.void
setDecimal
(String value) Sets the value of the 'Decimal
' attribute.void
Sets the value of the 'Ts
' attribute.void
Sets the value of the 'Value
' attribute.void
unsetCs()
Unsets the value of the 'Cs
' attribute.void
Unsets the value of the 'Decimal
' attribute.void
unsetTs()
Unsets the value of the 'Ts
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getValue
String getValue()Returns the value of the 'Value' attribute.If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value' attribute.
- See Also:
-
setValue
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
-
getCs
String getCs()Returns the value of the 'Cs' attribute. The default value is","
.If the meaning of the 'Cs' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Cs' attribute.
- See Also:
-
setCs
Sets the value of the 'Cs
' attribute. -
unsetCs
void unsetCs()Unsets the value of the 'Cs
' attribute.- See Also:
-
isSetCs
boolean isSetCs()Returns whether the value of the 'Cs
' attribute is set.- Returns:
- whether the value of the 'Cs' attribute is set.
- See Also:
-
getDecimal
String getDecimal()Returns the value of the 'Decimal' attribute. The default value is"."
.If the meaning of the 'Decimal' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Decimal' attribute.
- See Also:
-
setDecimal
Sets the value of the 'Decimal
' attribute.- Parameters:
value
- the new value of the 'Decimal' attribute.- See Also:
-
unsetDecimal
void unsetDecimal()Unsets the value of the 'Decimal
' attribute.- See Also:
-
isSetDecimal
boolean isSetDecimal()Returns whether the value of the 'Decimal
' attribute is set.- Returns:
- whether the value of the 'Decimal' attribute is set.
- See Also:
-
getTs
String getTs()Returns the value of the 'Ts' attribute. The default value is" "
.If the meaning of the 'Ts' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Ts' attribute.
- See Also:
-
setTs
Sets the value of the 'Ts
' attribute. -
unsetTs
void unsetTs()Unsets the value of the 'Ts
' attribute.- See Also:
-
isSetTs
boolean isSetTs()Returns whether the value of the 'Ts
' attribute is set.- Returns:
- whether the value of the 'Ts' attribute is set.
- See Also:
-