Package net.opengis.gml311
Interface GridEnvelopeType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- GridEnvelopeTypeImpl
 
 public interface GridEnvelopeType extends EObjectA representation of the model object 'Grid Envelope Type'. Provides grid coordinate values for the diametrically opposed corners of an envelope that bounds a section of grid. The value of a single coordinate is the number of offsets from the origin of the grid in the direction of a specific axis.The following features are supported: - See Also:
- Gml311Package.getGridEnvelopeType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description List<BigInteger>getHigh()Returns the value of the 'High' attribute.List<BigInteger>getLow()Returns the value of the 'Low' attribute.voidsetHigh(List<BigInteger> value)Sets the value of the 'High' attribute.voidsetLow(List<BigInteger> value)Sets the value of the 'Low' attribute.
 
- 
- 
- 
Method Detail- 
getLowList<BigInteger> getLow() Returns the value of the 'Low' attribute.If the meaning of the 'Low' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Low' attribute.
- See Also:
- setLow(List),- Gml311Package.getGridEnvelopeType_Low()
 
 - 
setLowvoid setLow(List<BigInteger> value) Sets the value of the 'Low' attribute.- Parameters:
- value- the new value of the 'Low' attribute.
- See Also:
- getLow()
 
 - 
getHighList<BigInteger> getHigh() Returns the value of the 'High' attribute.If the meaning of the 'High' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'High' attribute.
- See Also:
- setHigh(List),- Gml311Package.getGridEnvelopeType_High()
 
 - 
setHighvoid setHigh(List<BigInteger> value) Sets the value of the 'High' attribute.- Parameters:
- value- the new value of the 'High' attribute.
- See Also:
- getHigh()
 
 
- 
 
-