30 #ifndef _OGRWARPEDLAYER_H_INCLUDED 31 #define _OGRWARPEDLAYER_H_INCLUDED 33 #include "ogrlayerdecorator.h" 51 static int ReprojectEnvelope(
OGREnvelope* psEnvelope,
66 void SetExtent(
double dfXMin,
double dfYMin,
double dfXMax,
double dfYMax);
70 double dfMaxX,
double dfMaxY );
73 double dfMaxX,
double dfMaxY );
91 #endif // _OGRWARPEDLAYER_H_INCLUDED virtual OGRFeatureDefn * GetLayerDefn()
Fetch the schema information for this layer.
Definition: ogrwarpedlayer.cpp:302
virtual int GetFeatureCount(int bForce=TRUE)
Fetch the feature count in this layer.
Definition: ogrwarpedlayer.cpp:331
Definition: ogrwarpedlayer.h:39
Definition: ogrlayerdecorator.h:35
Definition: ogr_feature.h:167
virtual void SetSpatialFilter(OGRGeometry *)
Set a new spatial filter.
Definition: ogrwarpedlayer.cpp:80
Definition: ogr_geometry.h:79
virtual OGRFeature * GetFeature(long nFID)
Fetch a feature by its identifier.
Definition: ogrwarpedlayer.cpp:247
virtual OGRErr CreateFeature(OGRFeature *poFeature)
Create and write a new feature within a layer.
Definition: ogrwarpedlayer.cpp:282
Definition: ogr_spatialref.h:129
virtual void SetSpatialFilterRect(double dfMinX, double dfMinY, double dfMaxX, double dfMaxY)
Set a new rectangular spatial filter.
Definition: ogrwarpedlayer.cpp:89
virtual OGRFeature * GetNextFeature()
Fetch the next available feature from this layer.
Definition: ogrwarpedlayer.cpp:221
Definition: ogr_core.h:48
Definition: ogrsf_frmts.h:59
virtual OGRErr SetFeature(OGRFeature *poFeature)
Rewrite an existing feature.
Definition: ogrwarpedlayer.cpp:263
Definition: ogr_feature.h:232
virtual OGRErr GetExtent(int iGeomField, OGREnvelope *psExtent, int bForce=TRUE)
Fetch the extent of this layer, on the specified geometry field.
Definition: ogrwarpedlayer.cpp:352
virtual OGRSpatialReference * GetSpatialRef()
Fetch the spatial reference system for this layer.
Definition: ogrwarpedlayer.cpp:319
virtual int TestCapability(const char *)
Test if this layer supported the named capability.
Definition: ogrwarpedlayer.cpp:536