org.deegree.feature.persistence.postgis.jaxb
Class GeometryMapping

java.lang.Object
  extended by org.deegree.feature.persistence.postgis.jaxb.CustomMapping
      extended by org.deegree.feature.persistence.postgis.jaxb.GeometryMapping

public class GeometryMapping
extends CustomMapping

Defines the mapping for a Geometry inside a custom property.

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.deegree.org/datasource/feature/postgis}AbstractCustomMappingType">
       <attribute name="type" type="{http://www.deegree.org/datasource/feature/postgis}GeometryType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  GeometryType type
           
 
Fields inherited from class org.deegree.feature.persistence.postgis.jaxb.CustomMapping
mapping, path
 
Constructor Summary
GeometryMapping()
           
 
Method Summary
 GeometryType getType()
          Gets the value of the type property.
 void setType(GeometryType value)
          Sets the value of the type property.
 
Methods inherited from class org.deegree.feature.persistence.postgis.jaxb.CustomMapping
getMapping, getPath, setMapping, setPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected GeometryType type
Constructor Detail

GeometryMapping

public GeometryMapping()
Method Detail

getType

public GeometryType getType()
Gets the value of the type property.

Returns:
possible object is GeometryType

setType

public void setType(GeometryType value)
Sets the value of the type property.

Parameters:
value - allowed object is GeometryType


Copyright © 2011. All Rights Reserved.