|
|
FeatureType
Each feature in a vector layer consists of 3 parts: an identifier, a series of attributes and a geometry. These 3 parts are defined here, in the FeatureType. Let us again start with a small example: <featureType> <layerModelFactoryRef>africaCountryShape</layerModelFactoryRef> <name>country</name> <identifier> <label>Id</label> <name>ID</name> <type>long</type> </identifier> <geometryType> <name>the_geom</name> <crs>EPSG:4326</crs> <editable>false</editable> </geometryType> <attributes> .... In this small piece of XML we can already clearly see the identifier, geometry and attributes. But there is more:
Next up are the attributes!
|
News
03/02/12plug-in updates



