org.citygml4j.jaxb.gml._3_1_1
Class ImageCRSType

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.AbstractReferenceSystemBaseType
              extended by org.citygml4j.jaxb.gml._3_1_1.AbstractReferenceSystemType
                  extended by org.citygml4j.jaxb.gml._3_1_1.ImageCRSType

public class ImageCRSType
extends AbstractReferenceSystemType

An engineering coordinate reference system applied to locations in images. Image coordinate reference systems are treated as a separate sub-type because a separate user community exists for images with its own terms of reference.

Java class for ImageCRSType complex type.

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

 <complexType name="ImageCRSType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractReferenceSystemType">
       <sequence>
         <choice>
           <element ref="{http://www.opengis.net/gml}usesCartesianCS"/>
           <element ref="{http://www.opengis.net/gml}usesObliqueCartesianCS"/>
         </choice>
         <element ref="{http://www.opengis.net/gml}usesImageDatum"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
ImageCRSType()
           
 
Method Summary
 CartesianCSRefType getUsesCartesianCS()
          Gets the value of the usesCartesianCS property.
 ImageDatumRefType getUsesImageDatum()
          Gets the value of the usesImageDatum property.
 ObliqueCartesianCSRefType getUsesObliqueCartesianCS()
          Gets the value of the usesObliqueCartesianCS property.
 boolean isSetUsesCartesianCS()
           
 boolean isSetUsesImageDatum()
           
 boolean isSetUsesObliqueCartesianCS()
           
 void setUsesCartesianCS(CartesianCSRefType value)
          Sets the value of the usesCartesianCS property.
 void setUsesImageDatum(ImageDatumRefType value)
          Sets the value of the usesImageDatum property.
 void setUsesObliqueCartesianCS(ObliqueCartesianCSRefType value)
          Sets the value of the usesObliqueCartesianCS property.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractReferenceSystemType
getRemarks, getScope, getSrsID, getValidArea, isSetRemarks, isSetScope, isSetSrsID, isSetValidArea, setRemarks, setScope, setSrsID, setValidArea, unsetSrsID
 
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

ImageCRSType

public ImageCRSType()
Method Detail

getUsesCartesianCS

public CartesianCSRefType getUsesCartesianCS()
Gets the value of the usesCartesianCS property.

Returns:
possible object is CartesianCSRefType

setUsesCartesianCS

public void setUsesCartesianCS(CartesianCSRefType value)
Sets the value of the usesCartesianCS property.

Parameters:
value - allowed object is CartesianCSRefType

isSetUsesCartesianCS

public boolean isSetUsesCartesianCS()

getUsesObliqueCartesianCS

public ObliqueCartesianCSRefType getUsesObliqueCartesianCS()
Gets the value of the usesObliqueCartesianCS property.

Returns:
possible object is ObliqueCartesianCSRefType

setUsesObliqueCartesianCS

public void setUsesObliqueCartesianCS(ObliqueCartesianCSRefType value)
Sets the value of the usesObliqueCartesianCS property.

Parameters:
value - allowed object is ObliqueCartesianCSRefType

isSetUsesObliqueCartesianCS

public boolean isSetUsesObliqueCartesianCS()

getUsesImageDatum

public ImageDatumRefType getUsesImageDatum()
Gets the value of the usesImageDatum property.

Returns:
possible object is ImageDatumRefType

setUsesImageDatum

public void setUsesImageDatum(ImageDatumRefType value)
Sets the value of the usesImageDatum property.

Parameters:
value - allowed object is ImageDatumRefType

isSetUsesImageDatum

public boolean isSetUsesImageDatum()