Package org.geotools.data.mongodb
Class MongoFeature
- Object
-
- SimpleFeatureImpl
-
- MongoFeature
-
- All Implemented Interfaces:
Attribute
,ComplexAttribute
,Feature
,Property
,SimpleFeature
public class MongoFeature extends SimpleFeatureImpl
-
-
Field Summary
-
Fields inherited from class SimpleFeatureImpl
attributeUserData, featureType, id, index, userData, validating
-
-
Constructor Summary
Constructors Constructor Description MongoFeature(DBObject mongoObject, Object[] values, SimpleFeatureType featureType, String id)
MongoFeature(Object[] values, SimpleFeatureType featureType, String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DBObject
getMongoObject()
CoordinateReferenceSystem
getOriginalCRS()
Object[]
getValues()
-
Methods inherited from class SimpleFeatureImpl
equals, getAttribute, getAttribute, getAttribute, getAttributeCount, getAttributes, getBounds, getDefaultGeometry, getDefaultGeometryProperty, getDescriptor, getFeatureType, getID, getIdentifier, getName, getNumberOfAttributes, getProperties, getProperties, getProperties, getProperty, getProperty, getType, getUserData, getValue, hashCode, hasUserData, isNillable, setAttribute, setAttribute, setAttribute, setAttributes, setAttributes, setDefaultGeometry, setDefaultGeometryProperty, setValue, setValue, toString, validate
-
-
-
-
Constructor Detail
-
MongoFeature
public MongoFeature(Object[] values, SimpleFeatureType featureType, String id)
-
MongoFeature
public MongoFeature(DBObject mongoObject, Object[] values, SimpleFeatureType featureType, String id)
-
-
Method Detail
-
getMongoObject
public DBObject getMongoObject()
-
getValues
public Object[] getValues()
-
getOriginalCRS
public CoordinateReferenceSystem getOriginalCRS()
-
-