org.deegree.crs.store
Class AbstractStore

java.lang.Object
  extended by org.deegree.crs.store.AbstractStore
Direct Known Subclasses:
Deegree2CRSStoreConfig, DeegreeCRSStoreConfig, GMLCRSStoreConfig, PROJ4CRSStoreConfig

public abstract class AbstractStore
extends Object

The abstract root is used for the definition of the transformation type

Java class for _AbstractStore complex type.

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

 <complexType name="_AbstractStore">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="transformationType" type="{http://www.deegree.org/crs/store}TransformationType" default="HELMERT" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  TransformationType transformationType
           
 
Constructor Summary
AbstractStore()
           
 
Method Summary
 TransformationType getTransformationType()
          Gets the value of the transformationType property.
 void setTransformationType(TransformationType value)
          Sets the value of the transformationType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transformationType

protected TransformationType transformationType
Constructor Detail

AbstractStore

public AbstractStore()
Method Detail

getTransformationType

public TransformationType getTransformationType()
Gets the value of the transformationType property.

Returns:
possible object is TransformationType

setTransformationType

public void setTransformationType(TransformationType value)
Sets the value of the transformationType property.

Parameters:
value - allowed object is TransformationType


Copyright © 2011. All Rights Reserved.