Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Need help to change the schema and add new

Hello:
Thank you, Jesse for your example of copy features from a layer :-) .
I was also trying to change the "schema" from the "data store" first to add new "attribute types"  and new data to the features. For example: In my old layer i have:

DefaultFeatureType [name=PeruSur , namespace=http://www.opengis.net/gml , abstract=false , types=(DefaultAttributeType [name=the_geom , type=class com.vividsolutions.jts.geom.MultiPolygon , nillable=true, min=1, max=1],DefaultAttributeType [name=DEPCOD , type=class java.lang.String , nillable=true, min=1, max=1],DefaultAttributeType [name=DEPNOM , type=class java.lang.String , nillable=true, min=1, max=1],)]

So, I would like to add more "attributes types" to have new colums "Fields" in the table of the NEW layer.

Magna


Back to the top