info.bix.tokai.bixpp
クラス GISinformation

java.lang.Object
  上位を拡張 info.bix.tokai.bixpp.GISinformation
すべての実装されたインタフェース:
java.io.Serializable

public class GISinformation
extends java.lang.Object
implements java.io.Serializable

Class GISinformation.

バージョン:
$Revision$ $Date$
関連項目:
直列化された形式

コンストラクタの概要
GISinformation()
           
 
メソッドの概要
 void deleteAltitude()
          Method deleteAltitude
 void deleteLatitude()
          Method deleteLatitude
 void deleteLongitude()
          Method deleteLongitude
 double getAltitude()
          Returns the value of field 'altitude'.
 double getLatitude()
          Returns the value of field 'latitude'.
 double getLongitude()
          Returns the value of field 'longitude'.
 boolean hasAltitude()
          Method hasAltitude
 boolean hasLatitude()
          Method hasLatitude
 boolean hasLongitude()
          Method hasLongitude
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setAltitude(double altitude)
          Sets the value of field 'altitude'.
 void setLatitude(double latitude)
          Sets the value of field 'latitude'.
 void setLongitude(double longitude)
          Sets the value of field 'longitude'.
static java.lang.Object unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GISinformation

public GISinformation()
メソッドの詳細

deleteAltitude

public void deleteAltitude()
Method deleteAltitude


deleteLatitude

public void deleteLatitude()
Method deleteLatitude


deleteLongitude

public void deleteLongitude()
Method deleteLongitude


getAltitude

public double getAltitude()
Returns the value of field 'altitude'.

戻り値:
double

getLatitude

public double getLatitude()
Returns the value of field 'latitude'.

戻り値:
double

getLongitude

public double getLongitude()
Returns the value of field 'longitude'.

戻り値:
double

hasAltitude

public boolean hasAltitude()
Method hasAltitude

戻り値:
boolean

hasLatitude

public boolean hasLatitude()
Method hasLatitude

戻り値:
boolean

hasLongitude

public boolean hasLongitude()
Method hasLongitude

戻り値:
boolean

isValid

public boolean isValid()
Method isValid

戻り値:
boolean

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

パラメータ:
out -
例外:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

パラメータ:
handler -
例外:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setAltitude

public void setAltitude(double altitude)
Sets the value of field 'altitude'.

パラメータ:
altitude - the value of field 'altitude'.

setLatitude

public void setLatitude(double latitude)
Sets the value of field 'latitude'.

パラメータ:
latitude - the value of field 'latitude'.

setLongitude

public void setLongitude(double longitude)
Sets the value of field 'longitude'.

パラメータ:
longitude - the value of field 'longitude'.

unmarshal

public static java.lang.Object unmarshal(java.io.Reader reader)
                                  throws org.exolab.castor.xml.MarshalException,
                                         org.exolab.castor.xml.ValidationException
Method unmarshal

パラメータ:
reader -
戻り値:
Object
例外:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

例外:
org.exolab.castor.xml.ValidationException