net.opengis.gml
Interface SRSReferenceGroup

All Superinterfaces:
SRSInformationGroup
All Known Subinterfaces:
AbstractCurveType, AbstractGeometricAggregateType, AbstractGeometricPrimitiveType, AbstractGeometryType, AbstractRingType, AbstractSurfaceType, DirectPositionListType, DirectPositionType, LinearRingType, LineStringType, MultiGeometryType, MultiLineStringType, MultiPointType, MultiPolygonType, PointType, PolygonType

public interface SRSReferenceGroup
extends SRSInformationGroup


Method Summary
 java.math.BigInteger getSrsDimension()
           
 java.lang.String getSrsName()
           
 boolean isSetSrsDimension()
           
 boolean isSetSrsName()
           
 void setSrsDimension(java.math.BigInteger value)
           
 void setSrsName(java.lang.String value)
           
 
Methods inherited from interface net.opengis.gml.SRSInformationGroup
getAxisLabels, getUomLabels, isSetAxisLabels, isSetUomLabels, setAxisLabels, setUomLabels, unsetAxisLabels, unsetUomLabels
 

Method Detail

getSrsName

java.lang.String getSrsName()

setSrsName

void setSrsName(java.lang.String value)

isSetSrsName

boolean isSetSrsName()

getSrsDimension

java.math.BigInteger getSrsDimension()

setSrsDimension

void setSrsDimension(java.math.BigInteger value)

isSetSrsDimension

boolean isSetSrsDimension()


Copyright © 2008-2013 Highsource. All Rights Reserved.