public class MongoFeature extends SimpleFeatureImpl
attributeUserData, featureType, id, index, userData, validating
Constructor and Description |
---|
MongoFeature(DBObject mongoObject,
Object[] values,
SimpleFeatureType featureType,
String id) |
MongoFeature(Object[] values,
SimpleFeatureType featureType,
String id) |
Modifier and Type | Method and Description |
---|---|
DBObject |
getMongoObject() |
Object[] |
getValues() |
equals, getAttribute, getAttribute, getAttribute, getAttributeCount, getAttributes, getBounds, getDefaultGeometry, getDefaultGeometryProperty, getDescriptor, getFeatureType, getID, getIdentifier, getName, getNumberOfAttributes, getProperties, getProperties, getProperties, getProperty, getProperty, getType, getUserData, getValue, hashCode, isNillable, setAttribute, setAttribute, setAttribute, setAttributes, setAttributes, setDefaultGeometry, setDefaultGeometryProperty, setValue, setValue, toString, validate
public MongoFeature(Object[] values, SimpleFeatureType featureType, String id)
public MongoFeature(DBObject mongoObject, Object[] values, SimpleFeatureType featureType, String id)
public DBObject getMongoObject()
public Object[] getValues()
Copyright © 1996–2019 Geotools. All rights reserved.