|
||||||||||
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.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.DefinitionType
org.citygml4j.jaxb.gml._3_1_1.EllipsoidBaseType
org.citygml4j.jaxb.gml._3_1_1.EllipsoidType
public class EllipsoidType
An ellipsoid is a geometric figure that can be used to describe the approximate shape of the earth. In mathematical terms, it is a surface formed by the rotation of an ellipse about its minor axis.
Java-Klasse für EllipsoidType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="EllipsoidType"> <complexContent> <extension base="{http://www.opengis.net/gml}EllipsoidBaseType"> <sequence> <element ref="{http://www.opengis.net/gml}ellipsoidID" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}remarks" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}semiMajorAxis"/> <element ref="{http://www.opengis.net/gml}secondDefiningParameter"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
EllipsoidType()
|
Method Summary | |
---|---|
java.util.List<IdentifierType> |
getEllipsoidID()
Set of alternative identifications of this ellipsoid. |
StringOrRefType |
getRemarks()
Comments on or information about this ellipsoid, including source information. |
SecondDefiningParameterType |
getSecondDefiningParameter()
Ruft den Wert der secondDefiningParameter-Eigenschaft ab. |
MeasureType |
getSemiMajorAxis()
Ruft den Wert der semiMajorAxis-Eigenschaft ab. |
boolean |
isSetEllipsoidID()
|
boolean |
isSetRemarks()
|
boolean |
isSetSecondDefiningParameter()
|
boolean |
isSetSemiMajorAxis()
|
void |
setEllipsoidID(java.util.List<IdentifierType> ellipsoidID)
Set of alternative identifications of this ellipsoid. |
void |
setRemarks(StringOrRefType value)
Legt den Wert der remarks-Eigenschaft fest. |
void |
setSecondDefiningParameter(SecondDefiningParameterType value)
Legt den Wert der secondDefiningParameter-Eigenschaft fest. |
void |
setSemiMajorAxis(MeasureType value)
Legt den Wert der semiMajorAxis-Eigenschaft fest. |
void |
unsetEllipsoidID()
|
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EllipsoidType()
Method Detail |
---|
public java.util.List<IdentifierType> getEllipsoidID()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the ellipsoidID property.
For example, to add a new item, do as follows:
getEllipsoidID().add(newItem);
Objects of the following type(s) are allowed in the list
IdentifierType
public boolean isSetEllipsoidID()
public void unsetEllipsoidID()
public StringOrRefType getRemarks()
StringOrRefType
public void setRemarks(StringOrRefType value)
value
- allowed object is
StringOrRefType
public boolean isSetRemarks()
public MeasureType getSemiMajorAxis()
MeasureType
public void setSemiMajorAxis(MeasureType value)
value
- allowed object is
MeasureType
public boolean isSetSemiMajorAxis()
public SecondDefiningParameterType getSecondDefiningParameter()
SecondDefiningParameterType
public void setSecondDefiningParameter(SecondDefiningParameterType value)
value
- allowed object is
SecondDefiningParameterType
public boolean isSetSecondDefiningParameter()
public void setEllipsoidID(java.util.List<IdentifierType> ellipsoidID)
ellipsoidID
- allowed object is
IdentifierType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |