org.citygml4j.jaxb.gml._3_1_1
Class ObliqueCartesianCSType

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.ObliqueCartesianCSType

public class ObliqueCartesianCSType
extends AbstractCoordinateSystemType

A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal. An ObliqueCartesianCS shall have two or three usesAxis associations.

Java class for ObliqueCartesianCSType complex type.

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

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


Constructor Summary
ObliqueCartesianCSType()
           
 
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

ObliqueCartesianCSType

public ObliqueCartesianCSType()