Package org.geotools.data.mongodb
Class MongoFeature
Object
SimpleFeatureImpl
MongoFeature
- All Implemented Interfaces:
Attribute
,ComplexAttribute
,Feature
,Property
,SimpleFeature
-
Field Summary
Fields inherited from class SimpleFeatureImpl
attributeUserData, featureType, id, index, userData, validating
-
Constructor Summary
ConstructorsConstructorDescriptionMongoFeature
(DBObject mongoObject, Object[] values, SimpleFeatureType featureType, String id) MongoFeature
(Object[] values, SimpleFeatureType featureType, String id) -
Method Summary
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 Details
-
MongoFeature
-
MongoFeature
public MongoFeature(DBObject mongoObject, Object[] values, SimpleFeatureType featureType, String id)
-
-
Method Details
-
getMongoObject
public DBObject getMongoObject() -
getValues
-
getOriginalCRS
-