org.citygml4j.jaxb.gml._3_1_1
Class CartesianCSType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.DefinitionType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractCoordinateSystemBaseType
              extended by org.citygml4j.jaxb.gml._3_1_1.AbstractCoordinateSystemType
                  extended by org.citygml4j.jaxb.gml._3_1_1.CartesianCSType

public class CartesianCSType
extends AbstractCoordinateSystemType

A 1-, 2-, or 3-dimensional coordinate system. Gives the position of points relative to orthogonal straight axes in the 2- and 3-dimensional cases. In the 1-dimensional case, it contains a single straight coordinate axis. In the multi-dimensional case, all axes shall have the same length unit of measure. A CartesianCS shall have one, two, or three usesAxis associations.

Java class for CartesianCSType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CartesianCSType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractCoordinateSystemType">
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
CartesianCSType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractCoordinateSystemType
getCsID, getRemarks, getUsesAxis, isSetCsID, isSetRemarks, isSetUsesAxis, setCsID, setRemarks, setUsesAxis, unsetCsID, unsetUsesAxis
 
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

CartesianCSType

public CartesianCSType()