|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Feature in org.geotools.brewer.color |
Methods in org.geotools.brewer.color with parameters of type Feature | |
java.lang.Object |
PaletteFunction.evaluate(Feature feature)
|
Uses of Feature in org.geotools.data |
Classes in org.geotools.data that implement Feature | |
class |
DefaultFeatureResults
Generic "results" of a query, class. |
Fields in org.geotools.data declared as Feature | |
protected Feature |
FilteringFeatureReader.next
|
protected Feature |
DataTestCase.newRoad
|
protected Feature[] |
DataTestCase.riverFeatures
|
protected Feature |
DataTestCase.newRiver
|
protected Feature[] |
DataTestCase.lakeFeatures
|
static Feature |
TransactionStateDiff.NULL
|
Methods in org.geotools.data that return Feature | |
Feature |
CollectionFeatureReader.next()
|
Feature |
MaxFeatureReader.next()
|
Feature |
FilteringFeatureWriter.next()
|
Feature |
DefaultFeatureReader.next()
|
protected Feature |
DefaultFeatureReader.readFeature(AttributeReader atts)
|
Feature |
FilteringFeatureReader.next()
|
Feature |
DiffFeatureWriter.next()
Next Feature from reader or new content. |
Feature |
DiffFeatureReader.next()
|
Feature |
EmptyFeatureWriter.next()
Throws NoSuchElementException as this is an Empty FeatureWriter. |
static Feature |
DataUtilities.reType(FeatureType featureType,
Feature feature)
Creates duplicate of feature adjusted to the provided featureType. |
static Feature |
DataUtilities.template(FeatureType featureType)
Constructs an empty feature to use as a Template for new content. |
static Feature |
DataUtilities.template(FeatureType featureType,
java.lang.String featureID)
DOCUMENT ME! |
static Feature |
DataUtilities.template(FeatureType featureType,
java.lang.Object[] atts)
DOCUMENT ME! |
static Feature |
DataUtilities.template(FeatureType featureType,
java.lang.String featureID,
java.lang.Object[] atts)
DOCUMENT ME! |
static Feature |
DataUtilities.parse(FeatureType type,
java.lang.String fid,
java.lang.String[] text)
DOCUMENT ME! |
Feature |
FIDFeatureReader.next()
|
protected Feature |
FIDFeatureReader.readFeature(AttributeReader atts)
|
Feature |
EmptyFeatureReader.next()
Throws NoSuchElementException as this is an Empty FeatureReader. |
Feature |
ReTypeFeatureReader.next()
|
Feature |
FeatureWriter.next()
Reads a Feature from the underlying AttributeReader. |
Feature |
FeatureReader.next()
Reads the next Feature in the FeatureReader. |
Methods in org.geotools.data with parameters of type Feature | |
boolean |
AbstractDataStoreTest.isFeatureEqual(Feature feature1,
Feature feature2)
This function is stolen from DefaultFeature equals method. |
static Feature |
DataUtilities.reType(FeatureType featureType,
Feature feature)
Creates duplicate of feature adjusted to the provided featureType. |
static FeatureReader |
DataUtilities.reader(Feature[] features)
Creates a FeatureReader for testing. |
static FeatureSource |
DataUtilities.source(Feature[] featureArray)
DOCUMENT ME! |
static FeatureResults |
DataUtilities.results(Feature[] featureArray)
|
static FeatureCollection |
DataUtilities.collection(Feature[] features)
DOCUMENT ME! |
void |
Diff.modify(java.lang.String fid,
Feature f)
|
void |
Diff.add(java.lang.String fid,
Feature f)
|
protected void |
Diff.addToSpatialIndex(Feature f)
|
Constructors in org.geotools.data with parameters of type Feature | |
CollectionFeatureReader(Feature[] featuresArg)
Create a new instance. |
Uses of Feature in org.geotools.data.collection |
Methods in org.geotools.data.collection that return Feature | |
Feature |
DelegateFeatureReader.next()
|
Uses of Feature in org.geotools.data.crs |
Classes in org.geotools.data.crs that implement Feature | |
class |
ForceCoordinateSystemFeatureResults
ForceCoordinateSystemFeatureResults provides a CoordinateReferenceSystem for FeatureTypes. |
class |
ReprojectFeatureResults
ReprojectFeatureReader provides a reprojection for FeatureTypes. |
Methods in org.geotools.data.crs that return Feature | |
Feature |
ReprojectFeatureReader.next()
Implement next. |
Feature |
ForceCoordinateSystemFeatureReader.next()
|
Uses of Feature in org.geotools.data.db2 |
Methods in org.geotools.data.db2 with parameters of type Feature | |
protected java.lang.String |
DB2FeatureWriter.makeDeleteSql(Feature feature)
Generates the query for the sql delete statement |
Uses of Feature in org.geotools.data.hsql |
Methods in org.geotools.data.hsql with parameters of type Feature | |
void |
HsqlDataStore.addFeatures(Feature[] features)
Convenience method to add feature to the datastore |
Uses of Feature in org.geotools.data.hsql.fidmapper |
Methods in org.geotools.data.hsql.fidmapper with parameters of type Feature | |
java.lang.String |
HsqlFIDMapper.createID(java.sql.Connection conn,
Feature feature,
java.sql.Statement statement)
|
Uses of Feature in org.geotools.data.jdbc |
Classes in org.geotools.data.jdbc that implement Feature | |
class |
JDBCFeatureCollection
|
class |
MutableFIDFeature
|
Fields in org.geotools.data.jdbc declared as Feature | |
protected Feature |
JDBCFeatureWriter.live
|
protected Feature |
JDBCFeatureWriter.current
|
Methods in org.geotools.data.jdbc that return Feature | |
Feature |
JDBCFeatureWriter.next()
|
Feature |
JDBCFeatureReader.next()
|
Methods in org.geotools.data.jdbc with parameters of type Feature | |
protected java.lang.String |
JDBCTextFeatureWriter.makeInsertSql(Feature feature)
Creates a sql insert statement. |
protected java.lang.String |
JDBCTextFeatureWriter.makeDeleteSql(Feature feature)
Generates the query for the sql delete statement |
protected void |
JDBCTextFeatureWriter.doUpdate(Feature live,
Feature current)
Override that uses sql statements to perform the operation. |
protected java.lang.String |
JDBCTextFeatureWriter.makeUpdateSql(Feature live,
Feature current)
Generate the update sql statement |
protected void |
JDBCPSFeatureWriter.doUpdate(Feature live,
Feature current)
Override that uses sql statements to perform the operation. |
protected void |
JDBCFeatureWriter.doUpdate(Feature live,
Feature current)
|
Uses of Feature in org.geotools.data.jdbc.fidmapper |
Methods in org.geotools.data.jdbc.fidmapper with parameters of type Feature | |
java.lang.String |
TypedFIDMapper.createID(java.sql.Connection conn,
Feature feature,
java.sql.Statement statement)
|
java.lang.String |
BasicFIDMapper.createID(java.sql.Connection conn,
Feature feature,
java.sql.Statement statement)
This kind of FIDMapper does not generate keys, they must be already present in the primary key. |
java.lang.String |
AutoIncrementFIDMapper.createID(java.sql.Connection conn,
Feature feature,
java.sql.Statement statement)
|
java.lang.String |
MaxIncFIDMapper.createID(java.sql.Connection conn,
Feature feature,
java.sql.Statement statement)
|
java.lang.String |
NullFIDMapper.createID(java.sql.Connection conn,
Feature feature,
java.sql.Statement statement)
|
java.lang.String |
MultiColumnFIDMapper.createID(java.sql.Connection conn,
Feature feature,
java.sql.Statement statement)
|
java.lang.String |
FIDMapper.createID(java.sql.Connection conn,
Feature feature,
java.sql.Statement statement)
Creates a new ID for a feature. |
Uses of Feature in org.geotools.data.memory |
Classes in org.geotools.data.memory that implement Feature | |
class |
MemoryFeatureCollection
Implement a FeatureCollection by burning memory! |
Methods in org.geotools.data.memory that return Feature | |
Feature |
MemoryFeatureCollection.getFeatureMember(java.lang.String id)
|
Feature |
MemoryFeatureCollection.removeFeatureMember(java.lang.String id)
|
Methods in org.geotools.data.memory with parameters of type Feature | |
void |
MemoryDataStore.addFeatures(Feature[] features)
Configures MemoryDataStore with feature array. |
void |
MemoryDataStore.addFeature(Feature feature)
Adds a single Feature to the correct typeName entry. |
Constructors in org.geotools.data.memory with parameters of type Feature | |
MemoryDataStore(Feature[] array)
|
Uses of Feature in org.geotools.data.pickle |
Methods in org.geotools.data.pickle that return Feature | |
Feature |
FeaturePickler.readFeature(java.io.ObjectInputStream input)
|
abstract Feature |
PickledFeatureProtocol.read(int idx)
|
Methods in org.geotools.data.pickle with parameters of type Feature | |
void |
FeaturePickler.writeFeature(Feature f,
java.io.ObjectOutputStream output,
java.util.Set clazzes)
|
Uses of Feature in org.geotools.data.postgis |
Methods in org.geotools.data.postgis with parameters of type Feature | |
int |
PostgisFeatureLocking.lockFeature(Feature feature)
HACK HACK HACK!!! |
Uses of Feature in org.geotools.data.postgis.collection |
Classes in org.geotools.data.postgis.collection that implement Feature | |
class |
PostgisFeatureCollection
FeatureCollection for PostGIS datastores. |
Uses of Feature in org.geotools.data.postgis.fidmapper |
Methods in org.geotools.data.postgis.fidmapper with parameters of type Feature | |
java.lang.String |
OIDFidMapper.createID(java.sql.Connection conn,
Feature feature,
java.sql.Statement statement)
|
Uses of Feature in org.geotools.data.property |
Methods in org.geotools.data.property that return Feature | |
Feature |
PropertyFeatureWriter.next()
|
Feature |
PropertyFeatureReader.next()
DOCUMENT ME! |
Uses of Feature in org.geotools.data.shapefile |
Methods in org.geotools.data.shapefile that return Feature | |
Feature |
ShapefileDataStore.Writer.next()
|
Uses of Feature in org.geotools.data.shapefile.indexed |
Methods in org.geotools.data.shapefile.indexed that return Feature | |
Feature |
IndexedShapefileDataStore.Writer.next()
|
Uses of Feature in org.geotools.data.store |
Classes in org.geotools.data.store that implement Feature | |
class |
DataFeatureCollection
A starting point for implementing FeatureCollection's backed by real data. |
Methods in org.geotools.data.store with parameters of type Feature | |
void |
TypeEntry.fireAdded(Feature newFeature,
Transaction transaction)
Change notifcation |
void |
TypeEntry.fireRemoved(Feature removedFeature,
Transaction transaction)
Change notifcation |
void |
TypeEntry.fireChanged(Feature before,
Feature after,
Transaction transaction)
Change notifcation |
protected void |
DataFeatureCollection.fireChange(Feature[] features,
int type)
To let listeners know that something has changed. |
protected void |
DataFeatureCollection.fireChange(Feature feature,
int type)
|
Uses of Feature in org.geotools.data.tiger |
Methods in org.geotools.data.tiger that return Feature | |
Feature |
TigerFeatureReader.next()
next |
Uses of Feature in org.geotools.data.vpf |
Methods in org.geotools.data.vpf that return Feature | |
Feature |
VPFFeatureReader.next()
|
Feature |
VPFFeatureClass.duplicate(Feature feature)
|
Feature |
VPFFeatureClass.create(java.lang.Object[] attributes)
|
Feature |
VPFFeatureClass.create(java.lang.Object[] attributes,
java.lang.String featureID)
|
Feature |
VPFFeatureType.create(java.lang.Object[] attributes)
|
Feature |
VPFFeatureType.create(java.lang.Object[] attributes,
java.lang.String featureID)
|
Feature |
VPFFeatureType.duplicate(Feature feature)
|
Methods in org.geotools.data.vpf with parameters of type Feature | |
Feature |
VPFFeatureClass.duplicate(Feature feature)
|
Feature |
VPFFeatureType.duplicate(Feature feature)
|
Constructors in org.geotools.data.vpf with parameters of type Feature | |
VPFLibrary(Feature libraryFeature,
java.io.File dir)
Complete constructor |
|
VPFCoverage(VPFLibrary cLibrary,
Feature feature,
java.lang.String cDirectoryName)
Constructor |
|
VPFCoverage(VPFLibrary cLibrary,
Feature feature,
java.lang.String cDirectoryName,
java.net.URI namespace)
Constructor with namespace |
|
VPFFeatureType(VPFFeatureClass cFeatureClass,
Feature cFeature)
Constructor |
Uses of Feature in org.geotools.data.vpf.file |
Methods in org.geotools.data.vpf.file that return Feature | |
Feature |
VPFFileFeatureReader.next()
|
Feature |
VPFFile.create(java.lang.Object[] attributes)
Create a new feature from the provided attributes It is unclear why one would want to use this method. |
Feature |
VPFFile.create(java.lang.Object[] attributes,
java.lang.String featureID)
|
Feature |
VPFFile.duplicate(Feature feature)
|
Feature |
VPFFile.getRowFromId(java.lang.String idName,
int id)
Returns a row with a matching value for the provided column |
Feature |
VPFFile.readFeature()
Retrieves a feature from the file |
Methods in org.geotools.data.vpf.file with parameters of type Feature | |
Feature |
VPFFile.duplicate(Feature feature)
|
Uses of Feature in org.geotools.data.vpf.readers |
Methods in org.geotools.data.vpf.readers with parameters of type Feature | |
void |
ConnectedNodeGeometryFactory.createGeometry(VPFFeatureType featureType,
Feature values)
|
void |
AreaGeometryFactory.createGeometry(VPFFeatureType featureType,
Feature values)
|
void |
LineGeometryFactory.createGeometry(VPFFeatureType featureType,
Feature values)
|
void |
EntityNodeGeometryFactory.createGeometry(VPFFeatureType featureType,
Feature values)
|
void |
TextGeometryFactory.createGeometry(VPFFeatureType featureType,
Feature values)
|
abstract void |
VPFGeometryFactory.createGeometry(VPFFeatureType featureType,
Feature values)
Constructs a geometry for the appropriate feature type based on values currently on the object, retrieving values as needed from the various VPFFile objects |
Uses of Feature in org.geotools.data.wfs |
Classes in org.geotools.data.wfs that implement Feature | |
static class |
WFSFeatureSource.WFSFeatureResults
|
Methods in org.geotools.data.wfs that return Feature | |
Feature |
WFSFeatureReader.next()
|
Feature |
Action.InsertAction.getFeature()
|
Constructors in org.geotools.data.wfs with parameters of type Feature | |
Action.InsertAction(Feature f)
Creates an insert action for the Feature specified |
Uses of Feature in org.geotools.feature |
Subinterfaces of Feature in org.geotools.feature | |
interface |
FeatureCollection
Represents a collection of features. |
interface |
FeatureDocument
|
interface |
FeatureList
An ordered List of Features. |
interface |
IndexedFeatureCollection
An IndexedFeatureCollection extends the functionality of FeatureCollection by allowing FeatureIndex attachement. |
interface |
SimpleFeature
A simple feature is one that does not have any nested attributes, and that has no multiplicity for each attribute. |
Classes in org.geotools.feature that implement Feature | |
class |
AbstractFeatureCollection
Deprecated. Unused, moved to org.geotools.feature.collection |
class |
DefaultFeature
Provides a more efficient feature representation for the flat and complex features. |
class |
DefaultFeatureCollection
A basic implementation of FeatureCollection which use a TreeMap for
its internal storage.
|
Methods in org.geotools.feature that return Feature | |
Feature |
FeatureFactory.create(java.lang.Object[] attributes)
Deprecated. Schema information is required |
Feature |
FeatureFactory.create(java.lang.Object[] attributes,
java.lang.String featureID)
Deprecated. Schema information is required |
Feature |
FeatureIndex.findFirst(java.lang.Object key)
Find the first Feature using the given key. |
Feature |
DefaultFeatureType.create(java.lang.Object[] attributes)
Creates a new feature, with a generated unique featureID. |
Feature |
DefaultFeatureType.create(java.lang.Object[] attributes,
java.lang.String featureID)
Creates a new feature, with the proper featureID, using this FeatureType. |
Feature |
DefaultFeatureType.duplicate(Feature original)
|
Feature |
DefaultFeature.toComplex()
|
static Feature |
FeatureTypes.transform(Feature feature,
FeatureType schema,
org.opengis.referencing.operation.MathTransform transform)
Applies transform to all geometry attribute. |
Feature[] |
CollectionEvent.getFeatures()
Getter for property features. |
Feature |
FeatureIterator.next()
Get the next Feature in this iteration. |
Feature |
FeatureType.duplicate(Feature feature)
Create a duplicate of the provided feature, must delegate to an appropriate FeatureFactory create method. |
Feature |
FeatureType.create(java.lang.Object[] attributes)
Creates a new feature, with a generated unique featureID. |
Feature |
FeatureType.create(java.lang.Object[] attributes,
java.lang.String featureID)
Scheduled for removal in Geotools 2.2, please use FeatureFactory. |
Methods in org.geotools.feature with parameters of type Feature | |
protected void |
DefaultFeatureCollection.fireChange(Feature[] features,
int type)
To let listeners know that something has changed. |
protected void |
DefaultFeatureCollection.fireChange(Feature feature,
int type)
|
protected boolean |
DefaultFeatureCollection.add(Feature feature,
boolean fire)
|
Feature |
DefaultFeatureType.duplicate(Feature original)
|
static Feature |
FeatureTypes.transform(Feature feature,
FeatureType schema,
org.opengis.referencing.operation.MathTransform transform)
Applies transform to all geometry attribute. |
protected void |
FeatureCollectionIteration.walker(Feature feature)
Perform the visitation of an individual Feature. |
void |
FeatureCollectionIteration.Handler.handleFeature(Feature f)
The handler is visiting a Feature. |
void |
FeatureCollectionIteration.Handler.endFeature(Feature f)
The handler is ending its visit with a Feature. |
Feature |
FeatureType.duplicate(Feature feature)
Create a duplicate of the provided feature, must delegate to an appropriate FeatureFactory create method. |
Constructors in org.geotools.feature with parameters of type Feature | |
CollectionEvent(FeatureCollection source,
Feature[] involvedFeatures,
int type)
Constructs a new CollectionEvent. |
Uses of Feature in org.geotools.feature.collection |
Subinterfaces of Feature in org.geotools.feature.collection | |
interface |
RandomFeatureAccess
Access Feature content using Feature "Id". |
Classes in org.geotools.feature.collection that implement Feature | |
class |
AbstractFeatureList
|
class |
SubFeatureCollection
Used as a reasonable default implementation for subCollection. |
class |
SubFeatureList
|
Methods in org.geotools.feature.collection that return Feature | |
Feature |
SubFeatureList.getFeatureMember(java.lang.String id)
|
Feature |
SubFeatureList.removeFeatureMember(java.lang.String id)
|
Feature |
FeatureIteratorImpl.next()
Get the next Feature in this iteration. |
Feature |
DelegateFeatureIterator.next()
|
Feature |
RandomFeatureAccess.getFeatureMember(java.lang.String id)
Access Feature content by feature id. |
Feature |
RandomFeatureAccess.removeFeatureMember(java.lang.String id)
Optional Method |
Methods in org.geotools.feature.collection with parameters of type Feature | |
protected void |
SubFeatureState.fireChange(Feature[] features,
int type)
|
protected void |
BaseFeatureState.fireChange(Feature[] features,
int type)
To let listeners know that something has changed. |
protected void |
BaseFeatureState.fireChange(Feature feature,
int type)
|
protected abstract void |
FeatureState.fireChange(Feature[] features,
int type)
To let listeners know that something has changed. |
protected void |
FeatureState.fireChange(Feature feature,
int type)
|
Uses of Feature in org.geotools.feature.visitor |
Methods in org.geotools.feature.visitor with parameters of type Feature | |
void |
QuantileListVisitor.visit(Feature feature)
|
void |
MedianVisitor.visit(Feature feature)
|
void |
AverageVisitor.visit(Feature feature)
|
void |
BoundsVisitor.visit(Feature feature)
|
void |
CountVisitor.visit(Feature feature)
|
void |
MaxVisitor.visit(Feature feature)
Visitor function, which looks at each feature and finds the maximum. |
void |
SumVisitor.visit(Feature feature)
|
void |
MinVisitor.visit(Feature feature)
Visitor function, which looks at each feature and finds the minimum. |
void |
UniqueVisitor.visit(Feature feature)
|
void |
FeatureVisitor.visit(Feature feature)
|
Uses of Feature in org.geotools.filter |
Methods in org.geotools.filter with parameters of type Feature | |
java.lang.Object |
GeometryExpressionImpl.evaluate(Feature feature)
Gets the value of this attribute from the passed feature. |
java.lang.Object |
MinFunction.evaluate(Feature feature)
Returns a value for this expression. |
boolean |
IsGreaterThanImpl.evaluate(Feature feature)
|
boolean |
IsLessThenOrEqualToImpl.evaluate(Feature feature)
|
java.lang.Object |
LiteralExpressionImpl.evaluate(Feature feature)
Gets the value of this literal. |
java.lang.Object |
AttributeExpressionImpl2.evaluate(Feature feature)
Gets the value of this attribute from the passed feature. |
boolean |
FidFilterImpl.evaluate(Feature feature)
Determines whether or not the given feature's ID matches this filter. |
boolean |
AndImpl.evaluate(Feature feature)
|
boolean |
IsGreaterThanOrEqualToImpl.evaluate(Feature feature)
|
boolean |
NullFilterImpl.evaluate(Feature feature)
Determines whether or not a given feature is 'inside' this filter. |
boolean |
IsNullImpl.evaluate(Feature feature)
|
boolean |
IsEqualsToImpl.evaluate(Feature feature)
|
java.lang.Object |
MaxFunction.evaluate(Feature feature)
Returns a value for this expression. |
boolean |
OrImpl.evaluate(Feature feature)
|
boolean |
IsNotEqualToImpl.evaluate(Feature feature)
|
boolean |
BetweenFilterImpl.evaluate(Feature feature)
Determines whether or not a given feature is 'inside' this filter. |
abstract boolean |
LogicFilterImpl.evaluate(Feature feature)
Determines whether or not a given feature is 'inside' this filter. |
boolean |
NotImpl.evaluate(Feature feature)
|
boolean |
IsBetweenImpl.evaluate(Feature feature)
|
java.lang.Object |
MapScaleDenominatorImpl.evaluate(Feature f)
|
java.lang.Object |
AttributeExpressionImpl.evaluate(Feature feature)
Gets the value of this attribute from the passed feature. |
boolean |
IsLessThenImpl.evaluate(Feature feature)
|
abstract java.lang.Object |
MathExpressionImpl.evaluate(Feature feature)
Returns the value for this expression. |
java.lang.Object |
LengthFunction.evaluate(Feature feature)
|
abstract boolean |
CompareFilterImpl.evaluate(Feature feature)
Determines whether or not a given feature is 'inside' this filter. |
java.lang.Object |
AreaFunction.evaluate(Feature feature)
|
abstract boolean |
CartesianDistanceFilter.evaluate(Feature feature)
Determines whether or not a given feature is 'inside' this filter. |
protected com.vividsolutions.jts.geom.Geometry |
GeometryFilterImpl.getLeftGeometry(Feature feature)
Subclass convenience method for returning left expression as a JTS geometry. |
protected com.vividsolutions.jts.geom.Geometry |
GeometryFilterImpl.getRightGeometry(Feature feature)
Subclass convenience method for returning right expression as a JTS geometry. |
protected boolean |
GeometryFilterImpl.validate(Feature feature)
Subclass convenience method for validating the internals of the |
abstract boolean |
GeometryFilterImpl.evaluate(Feature feature)
Determines whether or not a given feature is 'inside' this filter. |
boolean |
FilterAbstract.evaluate(Feature feature)
Subclass should overrride. |
boolean |
FilterAbstract.accepts(Feature feature)
Straight call throught to: evaulate( feature ) |
protected java.lang.Object |
FilterAbstract.eval(Expression expression,
Feature feature)
Helper method for subclasses to reduce null checks |
protected java.lang.Comparable |
FilterAbstract.comparable(org.opengis.filter.expression.Expression expr,
Feature feature)
Subclass convenience method for turning an expression + feature into something comparable. |
boolean |
AbstractFilter.contains(Feature feature)
Deprecated. use Filter.evaluate(Feature) |
boolean |
LikeFilterImpl.evaluate(Feature feature)
Determines whether or not a given feature matches this pattern. |
java.lang.Object |
DefaultExpression.getValue(Feature feature)
Deprecated. use DefaultExpression.evaluate(Feature) . |
java.lang.Object |
DefaultExpression.evaluate(Feature feature)
Returns a value for this expression. |
java.lang.Object |
EnvironmentVariable.getValue(Feature feature)
Deprecated. use Expression.evaluate(Object) |
boolean |
GeometryDistanceFilter.contains(Feature feature)
Deprecated. use org.opengis.filter.Filter#evaluate(Feature) |
boolean |
FidFilter.contains(Feature feature)
Deprecated. use org.opengis.filter.Filter#evaluate(Feature) |
boolean |
NullFilter.contains(Feature feature)
Deprecated. use org.opengis.filter.Filter#evaluate(Feature) |
boolean |
LogicFilter.contains(Feature feature)
Deprecated. use Filter.evaluate(Feature) . |
boolean |
LikeFilter.contains(Feature feature)
Deprecated. use org.opengis.filter.Filter#evaluate(Feature) |
boolean |
GeometryFilter.contains(Feature feature)
Determines whether the given feature's geometry passes the geometric relationship of this filter. |
boolean |
Filter.evaluate(Feature feature)
Evaluates the filter against an instance of Feature . |
boolean |
Filter.contains(Feature feature)
Deprecated. use Filter.evaluate(Feature) |
boolean |
CompareFilter.contains(Feature feature)
Deprecated. use org.opengis.filter.Filter#evaluate(Feature) |
boolean |
BetweenFilter.contains(Feature feature)
Deprecated. use org.opengis.filter.Filter#evaluate(Feature) |
Uses of Feature in org.geotools.filter.expression |
Methods in org.geotools.filter.expression with parameters of type Feature | |
java.lang.Object |
SubtractImpl.evaluate(Feature feature)
|
java.lang.Object |
DivideImpl.evaluate(Feature feature)
|
java.lang.Object |
AddImpl.evaluate(Feature feature)
|
java.lang.Object |
MultiplyImpl.evaluate(Feature feature)
|
java.lang.Object |
ExpressionAbstract.evaluate(Feature feature)
Subclass should overide, default implementation returns null |
protected java.lang.Object |
ExpressionAbstract.eval(Expression expression,
Feature feature)
Helper method for subclasses to reduce null checks |
java.lang.Object |
ConstantExpression.getValue(Feature feature)
Deprecated. use ConstantExpression.evaluate(Feature) |
java.lang.Object |
ConstantExpression.evaluate(Feature feature)
|
java.lang.Object |
MathExpression.getValue(Feature feature)
Deprecated. use Expression.evaluate(Feature) . |
java.lang.Object |
LiteralExpression.getValue(Feature feature)
Deprecated. use Expression.evaluate(Feature) . |
java.lang.Object |
AttributeExpression.getValue(Feature feature)
Deprecated. use org.opengis.filter.expression.Expression#evaluate(Feature)() |
java.lang.Object |
Expression.evaluate(Feature feature)
Evaluates the expression against an instance of Feature . |
java.lang.Object |
Expression.getValue(Feature feature)
Deprecated. use org.opengis.filter.expression.Expression#evaluate(Feature) |
Uses of Feature in org.geotools.filter.function |
Methods in org.geotools.filter.function with parameters of type Feature | |
java.lang.Object |
CustomClassifierFunction.evaluate(Feature feature)
|
java.lang.Object |
QuantileFunction.evaluate(Feature feature)
|
abstract java.lang.Object |
ExplicitClassificationFunction.evaluate(Feature feature)
|
java.lang.Object |
Collection_AverageFunction.evaluate(Feature feature)
|
java.lang.Object |
Collection_UniqueFunction.evaluate(Feature feature)
|
java.lang.Object |
UniqueIntervalFunction.evaluate(Feature feature)
|
java.lang.Object |
Collection_MaxFunction.evaluate(Feature feature)
|
java.lang.Object |
Collection_SumFunction.evaluate(Feature feature)
|
java.lang.Object |
Collection_MedianFunction.evaluate(Feature feature)
|
java.lang.Object |
Collection_BoundsFunction.evaluate(Feature feature)
|
java.lang.Object |
Collection_CountFunction.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_intersects.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_lessThan.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_exteriorRing.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_contains.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_bufferWithSegments.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_isWithinDistance.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_lessEqualThan.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_strSubstring.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_area.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_double2bool.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_in10.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_isNull.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_strStartsWith.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_parseDouble.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_within.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_strConcat.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_in9.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_greaterEqualThan.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_in5.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_int2bbool.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_strSubstringStart.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_disjoint.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_strEqualsIgnoreCase.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_int2ddouble.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_equalTo.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_touches.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_relatePattern.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_buffer.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_strLastIndexOf.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_getY.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_toWKT.evaluate(Feature feature)
|
abstract java.lang.Object |
RangedClassificationFunction.evaluate(Feature feature)
|
java.lang.Object |
EqualIntervalFunction.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_pointN.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_centroid.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_intersection.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_strTrim.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_geomFromWKT.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_in8.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_isRing.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_isValid.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_distance.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_in4.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_union.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_if_then_else.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_boundary.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_roundDouble.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_isLike.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_strEndsWith.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_envelope.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_equalsExactTolerance.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_strLength.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_getX.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_isClosed.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_interiorPoint.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_not.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_in7.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_geometryType.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_numInteriorRing.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_overlaps.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_isEmpty.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_between.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_in3.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_interiorRingN.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_convexHull.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_dimension.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_parseInt.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_isSimple.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_strIndexOf.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_numGeometries.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_symDifference.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_crosses.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_endPoint.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_equalsExact.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_strMatches.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_relate.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_parseBoolean.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_getGeometryN.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_startPoint.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_greaterThan.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_in6.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_numPoints.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_notEqualTo.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_difference.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_boundaryDimension.evaluate(Feature feature)
|
java.lang.Object |
Collection_MinFunction.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_in2.evaluate(Feature feature)
|
abstract java.lang.Object |
ClassificationFunction.evaluate(Feature feature)
|
java.lang.Object |
FilterFunction_geomLength.evaluate(Feature feature)
|
Uses of Feature in org.geotools.filter.spatial |
Methods in org.geotools.filter.spatial with parameters of type Feature | |
boolean |
OverlapsImpl.evaluate(Feature feature)
|
boolean |
BBOXImpl.evaluate(Feature feature)
|
boolean |
EqualsImpl.evaluate(Feature feature)
|
boolean |
TouchesImpl.evaluate(Feature feature)
|
boolean |
DWithinImpl.evaluate(Feature feature)
|
boolean |
DisjointImpl.evaluate(Feature feature)
|
boolean |
IntersectsImpl.evaluate(Feature feature)
|
boolean |
WithinImpl.evaluate(Feature feature)
|
boolean |
CrossesImpl.evaluate(Feature feature)
|
boolean |
BeyondImpl.evaluate(Feature feature)
|
boolean |
ContainsImpl.evaluate(Feature feature)
|
Uses of Feature in org.geotools.gml |
Methods in org.geotools.gml with parameters of type Feature | |
void |
GMLReceiver.feature(Feature feature)
Receives an OGC feature and adds it into the collection |
void |
GMLHandlerFeature.feature(Feature feature)
Receives OGC simple feature from parent. |
Uses of Feature in org.geotools.gml.producer |
Methods in org.geotools.gml.producer with parameters of type Feature | |
void |
FeatureTransformer.FeatureTranslator.endFeature(Feature f)
Sends sax for the ending of a feature. |
void |
FeatureTransformer.FeatureTranslator.handleFeature(Feature f)
Handles sax for a feature. |
Uses of Feature in org.geotools.graph.util.delaunay |
Methods in org.geotools.graph.util.delaunay that return Feature | |
Feature |
DelaunayNode.getFeature()
|
Methods in org.geotools.graph.util.delaunay with parameters of type Feature | |
void |
DelaunayNode.setFeature(Feature f)
|
Uses of Feature in org.geotools.renderer |
Methods in org.geotools.renderer with parameters of type Feature | |
void |
RenderListener.featureRenderer(Feature feature)
|
Uses of Feature in org.geotools.renderer.event |
Methods in org.geotools.renderer.event with parameters of type Feature | |
void |
HighlightManager.addFeatureModifier(Feature feature,
FeatureModifier modifier)
Adds a FeatureModifier to a particular feature,
or replaces the existing one if there already is one |
void |
HighlightManager.removeFeatureModifier(Feature feature)
Removes the FeatureModifier from a particular feature. |
Uses of Feature in org.geotools.renderer.j2d |
Methods in org.geotools.renderer.j2d with parameters of type Feature | |
RenderedLayer[] |
RenderedLayerFactory.create(Feature[] features,
Style sldStyle)
Create an array of rendered layers from the specified feature and style. |
Constructors in org.geotools.renderer.j2d with parameters of type Feature | |
StyledMark(Feature f)
Creates a new instance of StyledRenderedMark |
Uses of Feature in org.geotools.renderer.lite |
Methods in org.geotools.renderer.lite with parameters of type Feature | |
void |
LiteRenderer.applyFill(java.awt.Graphics2D graphic,
Fill fill,
Feature feature)
Deprecated. Renders a filled feature |
void |
LiteRenderer.setTexture(java.awt.Graphics2D graphic,
Graphic gr,
Feature feature)
Deprecated. Sets a texture on the current graphics2D |
java.awt.image.BufferedImage |
SVGGlyphRenderer.render(Graphic graphic,
ExternalGraphic eg,
Feature feature)
|
double |
LabelCacheDefault.getPriority(TextSymbolizer symbolizer,
Feature feature)
get the priority from the symbolizer its an expression, so it will try to evaluate it: 1. if its missing --> DEFAULT_PRIORITY 2. if its a number, return that number 3. if its not a number, convert to string and try to parse the number; return the number 4. otherwise, return DEFAULT_PRIORITY |
void |
LabelCacheDefault.put(TextSymbolizer symbolizer,
Feature feature,
LiteShape2 shape,
javax.media.jai.util.Range scaleRange)
|
void |
LabelCache.put(TextSymbolizer symbolizer,
Feature feature,
LiteShape2 shape,
javax.media.jai.util.Range scaleRange)
Puts a TextStyle and its associated shape in the cache. |
java.awt.image.BufferedImage |
GlyphRenderer.render(Graphic graphic,
ExternalGraphic eg,
Feature feature)
|
java.awt.image.BufferedImage |
CustomGlyphRenderer.render(Graphic graphic,
ExternalGraphic eg,
Feature feature)
|
Uses of Feature in org.geotools.renderer.style |
Fields in org.geotools.renderer.style declared as Feature | |
protected Feature |
DynamicLineStyle2D.feature
The feature that will be styled as a polygon |
Methods in org.geotools.renderer.style with parameters of type Feature | |
Style2D |
SLDStyleFactory.createStyle(Feature f,
Symbolizer symbolizer,
javax.media.jai.util.Range scaleRange)
Creates a rendered style Makes use of a symbolizer cache based on identity to avoid recomputing over and over the same style object and to reduce memory usage. |
Style2D |
SLDStyleFactory.createDynamicStyle(Feature f,
Symbolizer symbolizer,
javax.media.jai.util.Range scaleRange)
Creates a rendered style |
protected java.awt.Paint |
SLDStyleFactory.getPaint(Fill fill,
Feature feature)
|
protected java.awt.Composite |
SLDStyleFactory.getComposite(Fill fill,
Feature feature)
Computes the Composite equivalent to the opacity in the SLD Fill |
java.awt.TexturePaint |
SLDStyleFactory.getTexturePaint(Graphic gr,
Feature feature)
DOCUMENT ME! |
Constructors in org.geotools.renderer.style with parameters of type Feature | |
DynamicLineStyle2D(Feature feature,
LineSymbolizer sym)
Creates a new instance of DynamicLineStyle2D |
|
DynamicPolygonStyle2D(Feature f,
PolygonSymbolizer sym)
Creates a new instance of DynamicPolygonStyle2D |
Uses of Feature in org.geotools.styling |
Methods in org.geotools.styling with parameters of type Feature | |
java.awt.Color |
StrokeImpl.getColor(Feature feature)
|
java.awt.Color |
Stroke.getColor(Feature f)
This parameter gives the solid color that will be used for a stroke. |
Uses of Feature in org.geotools.validation |
Methods in org.geotools.validation with parameters of type Feature | |
void |
DefaultFeatureResults.error(Feature feature,
java.lang.String message)
|
void |
DefaultFeatureResults.warning(Feature feature,
java.lang.String message)
|
void |
ValidationResults.error(Feature feature,
java.lang.String message)
Returns a validation error on against the provided feature, An optional error message may be provided. |
void |
ValidationResults.warning(Feature feature,
java.lang.String message)
Returns a validation warning against the provided feature. |
boolean |
DefaultFeatureValidation.validate(Feature feature,
FeatureType type,
ValidationResults results)
Validation test for feature. |
protected com.vividsolutions.jts.geom.LineString |
DefaultFeatureValidation.getDefaultLineString(Feature feature)
Retrives a single LineString from feature.getDefaultGeometry. |
boolean |
FeatureValidation.validate(Feature feature,
FeatureType type,
ValidationResults results)
Used to check features against this validation rule. |
Uses of Feature in org.geotools.validation.attributes |
Methods in org.geotools.validation.attributes with parameters of type Feature | |
boolean |
SingleValueValidation.validate(Feature feature,
FeatureType type,
ValidationResults results)
SingleValueValidation test for feature. |
boolean |
NullZeroValidation.validate(Feature feature,
FeatureType type,
ValidationResults results)
Implement validate. |
boolean |
DomainValidation.validate(Feature feature,
FeatureType type,
ValidationResults results)
Validation test for feature. |
boolean |
SQLValidation.validate(Feature feature,
FeatureType type,
ValidationResults results)
SQL Validation |
boolean |
EqualityValidation.validate(Feature feature,
FeatureType type,
ValidationResults results)
Validation test for feature. |
boolean |
RangeValidation.validate(Feature feature,
FeatureType type,
ValidationResults results)
Override validate. |
boolean |
AttributeValidation.validate(Feature feature,
FeatureType type,
ValidationResults results)
Completes the specified comparison. |
boolean |
GazetteerNameValidation.validate(Feature feature,
FeatureType type,
ValidationResults results)
Implementation of validate. |
Uses of Feature in org.geotools.validation.relate |
Fields in org.geotools.validation.relate declared as Feature | |
protected Feature[] |
SpatialTestCase.lineFeatures
|
Uses of Feature in org.geotools.validation.spatial |
Methods in org.geotools.validation.spatial with parameters of type Feature | |
boolean |
LineNoSelfOverlappingValidation.validate(Feature feature,
FeatureType type,
ValidationResults results)
Tests to see if a LineString overlaps itself. |
boolean |
PolygonNoGapsValidation.validate(Feature feature,
FeatureType type,
ValidationResults results)
Ensure Polygon does not have gaps. |
boolean |
LineNoSelfIntersectValidation.validate(Feature feature,
FeatureType type,
ValidationResults results)
Override validate. |
boolean |
IsValidGeometryValidation.validate(Feature feature,
FeatureType type,
ValidationResults results)
Tests to see if a geometry is valid by calling Geometry.isValid(). |
boolean |
LineMustBeASinglePartValidation.validate(Feature feature,
FeatureType type,
ValidationResults results)
Override validate. |
Uses of Feature in org.geotools.xml.gml |
Classes in org.geotools.xml.gml that implement Feature | |
class |
GMLFeatureCollection
|
Methods in org.geotools.xml.gml that return Feature | |
Feature |
FCBuffer.next()
|
Feature |
FCBuffer.peek()
|
Feature |
GMLComplexTypes.AbstractFeatureType.getFeature(Element element,
ElementValue[] value,
org.xml.sax.Attributes attrs,
java.util.Map hints,
FeatureType ft)
|
Methods in org.geotools.xml.gml with parameters of type Feature | |
protected boolean |
FCBuffer.addFeature(Feature f)
Adds a feature to the buffer |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |