Package hec.geometry
Class WorldRegion
java.lang.Object
hec.geometry.WorldRegion
- All Implemented Interfaces:
Serializable
Represents points in world coordinate space.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
void
parseString
(String str) boolean
void
setIsInterior
(boolean tf) toString()
-
Field Details
-
pts
-
_isInterior
public boolean _isInterior
-
-
Constructor Details
-
WorldRegion
public WorldRegion()
-
-
Method Details