|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectOracleFeatureTypeMapper
public class OracleFeatureTypeMapper
An Oracle specific FeatureTypeMapper
instance
Constructor Summary | |
---|---|
OracleFeatureTypeMapper(SimpleFeatureType featureType)
Create a new OracleFeatureTypeMapper on top of the original featureType provided |
Method Summary | |
---|---|
CoordinateReferenceSystem |
getCoordinateReferenceSystem()
Get the coordinate Reference System |
List<Definition> |
getDefinitions()
Get the definitions list |
SimpleFeatureType |
getMappedFeatureType()
Get the remapped FeatureType |
String |
getMappedName()
Get the remapped name |
Name |
getName()
Get the original name |
SimpleFeatureSource |
getSimpleFeatureSource()
|
SimpleFeatureType |
getWrappedFeatureType()
Get the original FeatureType |
String |
remap(String name)
define the mapping rule |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OracleFeatureTypeMapper(SimpleFeatureType featureType) throws CQLException
OracleFeatureTypeMapper
on top of the original featureType provided
featureType
-
CQLException
Method Detail |
---|
public Name getName()
FeatureTypeMapper
getName
in interface FeatureTypeMapper
public String getMappedName()
FeatureTypeMapper
getMappedName
in interface FeatureTypeMapper
public List<Definition> getDefinitions()
FeatureTypeMapper
getDefinitions
in interface FeatureTypeMapper
public SimpleFeatureType getMappedFeatureType()
FeatureTypeMapper
getMappedFeatureType
in interface FeatureTypeMapper
public SimpleFeatureType getWrappedFeatureType()
FeatureTypeMapper
getWrappedFeatureType
in interface FeatureTypeMapper
public CoordinateReferenceSystem getCoordinateReferenceSystem()
FeatureTypeMapper
getCoordinateReferenceSystem
in interface FeatureTypeMapper
public SimpleFeatureSource getSimpleFeatureSource()
getSimpleFeatureSource
in interface FeatureTypeMapper
public String remap(String name)
FeatureTypeMapper
remap
in interface FeatureTypeMapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |