Revision 42329 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.geometry/org.gvsig.fmap.geometry.jts/src/main/java/org/gvsig/fmap/geom/jts/DefaultGeometryManager.java

View differences:

DefaultGeometryManager.java
121 121
     */
122 122
    private GeometryType[][] geometryTypes;
123 123

  
124
    // Initially create a matrix of 17 x 6, which are the current default
124
    // Initially create a matrix of 26 x 6, which are the current default
125 125
    // types and subtypes. If another type or subtype is registered, the
126 126
    // matrix will grow as needed
127
    private static final int DEFAULT_TYPES_SIZE = 17;
127
    private static final int DEFAULT_TYPES_SIZE = 26;
128 128
    private static final int DEFAULT_SUBTYPES_SIZE = 6;
129 129

  
130 130
    public DefaultGeometryManager() throws GeometryException {

Also available in: Unified diff