Package net.opengis.gml
Interface GridType
- 
- All Superinterfaces:
- AbstractGeometryBaseType,- AbstractGeometryType,- AbstractGMLType,- EObject,- Notifier
 - All Known Subinterfaces:
- RectifiedGridType
 - All Known Implementing Classes:
- GridTypeImpl,- RectifiedGridTypeImpl
 
 public interface GridType extends AbstractGeometryType A representation of the model object 'Grid Type'. Implicitly defines an unrectified grid, which is a network composed of two or more sets of equally spaced parallel lines in which the members of each set intersect the members of the other sets at right angles. This profile does not extend AbstractGeometryType, so it defines the srsName attribute.The following features are supported: - See Also:
- GmlPackage.getGridType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EListgetAxisName()Returns the value of the 'Axis Name' attribute.BigIntegergetDimension()Returns the value of the 'Dimension' attribute.GridEnvelopegetLimits()Returns the value of the 'Limits' containment reference.voidsetDimension(BigInteger value)Sets the value of the 'Dimension' attribute.voidsetLimits(GridEnvelope value)Sets the value of the 'Limits' attribute.- 
Methods inherited from interface AbstractGeometryTypegetSrsName, setSrsName
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getMetaDataProperty, getName, setDescription
 
- 
 
- 
- 
- 
Method Detail- 
getLimitsGridEnvelope getLimits() Returns the value of the 'Limits' containment reference.If the meaning of the 'Limits' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Limits' containment reference.
- See Also:
- #setLimits(GridLimitsType),- net.opengis.gml.Gml4wcsPackage#getGridType_Limits()
 
 - 
setLimitsvoid setLimits(GridEnvelope value) Sets the value of the 'Limits' attribute.- Parameters:
- value- the new value of the 'Limits' attribute.
- See Also:
- getLimits()
 
 - 
getAxisNameEList getAxisName() Returns the value of the 'Axis Name' attribute.If the meaning of the 'Axis Name' attribute list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Axis Name' attribute.
- See Also:
- #setAxisName(String),- GmlPackage.getGridType_AxisName()
 
 - 
getDimensionBigInteger getDimension() Returns the value of the 'Dimension' attribute.If the meaning of the 'Dimension' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Dimension' attribute.
- See Also:
- setDimension(BigInteger),- GmlPackage.getGridType_Dimension()
 
 - 
setDimensionvoid setDimension(BigInteger value) Sets the value of the 'Dimension' attribute.- Parameters:
- value- the new value of the 'Dimension' attribute.
- See Also:
- getDimension()
 
 
- 
 
-