|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser200.CoordinateSystem
public class CoordinateSystem
Specification of the origin and orientation of a set of typically orthogonal axes.
Java class for CoordinateSystem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoordinateSystem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.spase-group.org/data/schema}CoordinateRepresentation" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}CoordinateSystemName" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected EnumCoordinateRepresentation |
coordinateRepresentation
|
protected EnumCoordinateSystemName |
coordinateSystemName
|
| Constructor Summary | |
|---|---|
CoordinateSystem()
|
|
| Method Summary | |
|---|---|
EnumCoordinateRepresentation |
getCoordinateRepresentation()
Gets the value of the coordinateRepresentation property. |
EnumCoordinateSystemName |
getCoordinateSystemName()
Gets the value of the coordinateSystemName property. |
void |
setCoordinateRepresentation(EnumCoordinateRepresentation value)
Sets the value of the coordinateRepresentation property. |
void |
setCoordinateSystemName(EnumCoordinateSystemName value)
Sets the value of the coordinateSystemName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EnumCoordinateRepresentation coordinateRepresentation
protected EnumCoordinateSystemName coordinateSystemName
| Constructor Detail |
|---|
public CoordinateSystem()
| Method Detail |
|---|
public EnumCoordinateRepresentation getCoordinateRepresentation()
EnumCoordinateRepresentationpublic void setCoordinateRepresentation(EnumCoordinateRepresentation value)
value - allowed object is
EnumCoordinateRepresentationpublic EnumCoordinateSystemName getCoordinateSystemName()
EnumCoordinateSystemNamepublic void setCoordinateSystemName(EnumCoordinateSystemName value)
value - allowed object is
EnumCoordinateSystemName
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||