Package net.opengis.gml.v32
Interface LinearRing
- All Superinterfaces:
 AbstractRing,Serializable
- All Known Implementing Classes:
 LinearRingImpl,LinearRingJTS
POJO class for XML type LinearRingType(@http://www.opengis.net/gml/3.2).
 This is a complex type.
- 
Method Summary
Modifier and TypeMethodDescriptiondouble[]Gets the posList propertybooleanChecks if posList property is setvoidsetPosList(double[] posList) Sets the posList property 
- 
Method Details
- 
getPosList
double[] getPosList()Gets the posList property- Returns:
 - double array contanining all coordinates
 
 - 
setPosList
void setPosList(double[] posList) Sets the posList property- Parameters:
 posList- double array containing all coordinates
 - 
isSetPosList
boolean isSetPosList()Checks if posList property is set- Returns:
 - true is set
 
 
 -