Skip to content

Commit

Permalink
Update ShapeType.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh committed Aug 15, 2016
1 parent 12844ad commit 07926af
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@ public final class ShapeType {
public static final ShapeType MULTIPOINT = new ShapeType(8, "MultiPoint");
/** Represents a MultiPointZ shape (id = 18). */
public static final ShapeType MULTIPOINTZ = new ShapeType(18, "MultiPointZ");
/** Represents a MultiPointZ shape (id = 28). */
/** Represents a MultiPointM shape (id = 28). */
public static final ShapeType MULTIPOINTM = new ShapeType(28, "MultiPointM");

/** Represents an Undefined shape (id = -1). */
Expand Down

0 comments on commit 07926af

Please sign in to comment.