net.opengis.gml
Class CoordinatesType

java.lang.Object
  extended by net.opengis.gml.CoordinatesType

public class CoordinatesType
extends Object

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.

Classe Java pour CoordinatesType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <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>
 


Field Summary
protected  String cs
           
protected  String decimal
           
protected  String ts
           
protected  String value
           
 
Constructor Summary
CoordinatesType()
           
 
Method Summary
 String getCs()
          Obtient la valeur de la propriété cs.
 String getDecimal()
          Obtient la valeur de la propriété decimal.
 String getTs()
          Obtient la valeur de la propriété ts.
 String getValue()
          Obtient la valeur de la propriété value.
 boolean isSetCs()
           
 boolean isSetDecimal()
           
 boolean isSetTs()
           
 boolean isSetValue()
           
 void setCs(String value)
          Définit la valeur de la propriété cs.
 void setDecimal(String value)
          Définit la valeur de la propriété decimal.
 void setTs(String value)
          Définit la valeur de la propriété ts.
 void setValue(String value)
          Définit la valeur de la propriété value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

decimal

protected String decimal

cs

protected String cs

ts

protected String ts
Constructor Detail

CoordinatesType

public CoordinatesType()
Method Detail

getValue

public String getValue()
Obtient la valeur de la propriété value.

Returns:
possible object is String

setValue

public void setValue(String value)
Définit la valeur de la propriété value.

Parameters:
value - allowed object is String

isSetValue

public boolean isSetValue()

getDecimal

public String getDecimal()
Obtient la valeur de la propriété decimal.

Returns:
possible object is String

setDecimal

public void setDecimal(String value)
Définit la valeur de la propriété decimal.

Parameters:
value - allowed object is String

isSetDecimal

public boolean isSetDecimal()

getCs

public String getCs()
Obtient la valeur de la propriété cs.

Returns:
possible object is String

setCs

public void setCs(String value)
Définit la valeur de la propriété cs.

Parameters:
value - allowed object is String

isSetCs

public boolean isSetCs()

getTs

public String getTs()
Obtient la valeur de la propriété ts.

Returns:
possible object is String

setTs

public void setTs(String value)
Définit la valeur de la propriété ts.

Parameters:
value - allowed object is String

isSetTs

public boolean isSetTs()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.