.. java:import:: com.vividsolutions.jts.geom MultiPolygon .. java:import:: dk.magenta.datafordeler.core.database DatabaseEntry .. java:import:: dk.magenta.datafordeler.geo GeoPlugin .. java:import:: dk.magenta.datafordeler.geo.data.common AreaRecord .. java:import:: javax.persistence Entity .. java:import:: javax.persistence Index .. java:import:: javax.persistence Table MunicipalityShapeRecord ======================= .. java:package:: dk.magenta.datafordeler.geo.data.municipality :noindex: .. java:type:: @Entity @Table public class MunicipalityShapeRecord extends AreaRecord Fields ------ TABLE_NAME ^^^^^^^^^^ .. java:field:: public static final String TABLE_NAME :outertype: MunicipalityShapeRecord Constructors ------------ MunicipalityShapeRecord ^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public MunicipalityShapeRecord() :outertype: MunicipalityShapeRecord MunicipalityShapeRecord ^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public MunicipalityShapeRecord(double area, double circumference, MultiPolygon shape) :outertype: MunicipalityShapeRecord MunicipalityShapeRecord ^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public MunicipalityShapeRecord(double area, double circumference, org.geojson.MultiPolygon shape) :outertype: MunicipalityShapeRecord