Package net.opengis.gml311
Interface GridType
- All Superinterfaces:
- AbstractGeometryType,- AbstractGMLType,- EObject,- Notifier
- All Known Subinterfaces:
- RectifiedGridType
- All Known Implementing Classes:
- GridTypeImpl,- RectifiedGridTypeImpl
 A representation of the model object 'Grid Type'.
 
 
 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.
 
 
The following features are supported:
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionEList<String>Returns the value of the 'Axis Name' attribute list.Returns the value of the 'Dimension' attribute.Returns the value of the 'Limits' containment reference.voidsetDimension(BigInteger value) Sets the value of the 'Dimension' attribute.voidsetLimits(GridLimitsType value) Sets the value of the 'Limits' containment reference.Methods inherited from interface AbstractGeometryTypegetAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabelsMethods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getLimitsGridLimitsType 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:
 
- 
setLimitsSets the value of the 'Limits' containment reference.- Parameters:
- value- the new value of the 'Limits' containment reference.
- See Also:
 
- 
getAxisNameEList<String> getAxisName()Returns the value of the 'Axis Name' attribute list. The list contents are of typeString.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 list.
- See Also:
 
- 
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:
 
- 
setDimensionSets the value of the 'Dimension' attribute.- Parameters:
- value- the new value of the 'Dimension' attribute.
- See Also:
 
 
-