|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.CoordinatesType
public class CoordinatesType
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.
Java class for CoordinatesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoordinatesType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="decimal" type="{http://www.w3.org/2001/XMLSchema}string" default="." /> <attribute name="cs" type="{http://www.w3.org/2001/XMLSchema}string" default="," /> <attribute name="ts" type="{http://www.w3.org/2001/XMLSchema}string" default=" " /> </extension> </simpleContent> </complexType>
Constructor Summary | |
---|---|
CoordinatesType()
|
Method Summary | |
---|---|
java.lang.String |
getCs()
Gets the value of the cs property. |
java.lang.String |
getDecimal()
Gets the value of the decimal property. |
java.lang.String |
getTs()
Gets the value of the ts property. |
java.lang.String |
getValue()
Gets the value of the value property. |
boolean |
isSetCs()
|
boolean |
isSetDecimal()
|
boolean |
isSetTs()
|
boolean |
isSetValue()
|
void |
setCs(java.lang.String value)
Sets the value of the cs property. |
void |
setDecimal(java.lang.String value)
Sets the value of the decimal property. |
void |
setTs(java.lang.String value)
Sets the value of the ts property. |
void |
setValue(java.lang.String value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoordinatesType()
Method Detail |
---|
public java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- allowed object is
String
public boolean isSetValue()
public java.lang.String getDecimal()
String
public void setDecimal(java.lang.String value)
value
- allowed object is
String
public boolean isSetDecimal()
public java.lang.String getCs()
String
public void setCs(java.lang.String value)
value
- allowed object is
String
public boolean isSetCs()
public java.lang.String getTs()
String
public void setTs(java.lang.String value)
value
- allowed object is
String
public boolean isSetTs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |