org.citygml4j.jaxb.gml._3_1_1
Class PixelInCellType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.CodeType
      extended by org.citygml4j.jaxb.gml._3_1_1.PixelInCellType

public class PixelInCellType
extends CodeType

Specification of the way an image grid is associated with the image data attributes.

Java-Klasse für PixelInCellType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="PixelInCellType">
   <simpleContent>
     <restriction base="<http://www.opengis.net/gml>CodeType">
       <attribute name="codeSpace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </simpleContent>
 </complexType>
 


Constructor Summary
PixelInCellType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.CodeType
getCodeSpace, getValue, isSetCodeSpace, isSetValue, setCodeSpace, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PixelInCellType

public PixelInCellType()