public interface Testable
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Geometry |
getGeometry(int index) |
IntersectionMatrix |
getIntersectionMatrix() |
String |
getName() |
String |
getWellKnownText(int i) |
void |
initGeometry() |
void |
setGeometry(int index,
Geometry g) |
void |
setIntersectionMatrix(IntersectionMatrix im) |
void |
setName(String name) |
String getName()
Geometry getGeometry(int index)
void setGeometry(int index, Geometry g)
IntersectionMatrix getIntersectionMatrix()
void setIntersectionMatrix(IntersectionMatrix im)
void initGeometry() throws ParseException
ParseException
String getDescription()
String getWellKnownText(int i)
void setName(String name)
Copyright © 2020. All rights reserved.