|
||||||||||
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.DegreesType
public class DegreesType
Integer number of degrees, plus the angle direction. This element can be used for geographic Latitude and Longitude. For Latitude, the XML attribute direction can take the values "N" or "S", meaning North or South of the equator. For Longitude, direction can take the values "E" or "W", meaning East or West of the prime meridian. This element can also be used for other angles. In that case, the direction can take the values "+" or "-" (of SignType), in the specified rotational direction from a specified reference direction.
Java-Klasse für DegreesType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="DegreesType"> <simpleContent> <extension base="<http://www.opengis.net/gml>DegreeValueType"> <attribute name="direction"> <simpleType> <union> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="N"/> <enumeration value="E"/> <enumeration value="S"/> <enumeration value="W"/> </restriction> </simpleType> <simpleType> <restriction base="{http://www.opengis.net/gml}SignType"> </restriction> </simpleType> </union> </simpleType> </attribute> </extension> </simpleContent> </complexType>
Constructor Summary | |
---|---|
DegreesType()
|
Method Summary | |
---|---|
java.lang.String |
getDirection()
Ruft den Wert der direction-Eigenschaft ab. |
int |
getValue()
Integer number of degrees in a degree-minute-second or degree-minute angular value, without indication of direction. |
boolean |
isSetDirection()
|
boolean |
isSetValue()
|
void |
setDirection(java.lang.String value)
Legt den Wert der direction-Eigenschaft fest. |
void |
setValue(int value)
Legt den Wert der value-Eigenschaft fest. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DegreesType()
Method Detail |
---|
public int getValue()
public void setValue(int value)
public boolean isSetValue()
public java.lang.String getDirection()
String
public void setDirection(java.lang.String value)
value
- allowed object is
String
public boolean isSetDirection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |