|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.wcs.v_1_1.GridCrsType
public class GridCrsType
This GridCRS is a simplification and specialization of a gml:DerivedCRS. All elements and attributes not required to define this GridCRS are optional.
Java class for GridCrsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GridCrsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/gml}srsName" minOccurs="0"/>
<element ref="{http://www.opengis.net/wcs/1.1}GridBaseCRS"/>
<element ref="{http://www.opengis.net/wcs/1.1}GridType" minOccurs="0"/>
<element ref="{http://www.opengis.net/wcs/1.1}GridOrigin" minOccurs="0"/>
<element ref="{http://www.opengis.net/wcs/1.1}GridOffsets"/>
<element ref="{http://www.opengis.net/wcs/1.1}GridCS" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.opengis.net/gml}id"/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
gridBaseCRS
|
protected String |
gridCS
|
protected List<Double> |
gridOffsets
|
protected List<Double> |
gridOrigin
|
protected String |
gridType
|
protected String |
id
|
protected CodeType |
srsName
|
| Constructor Summary | |
|---|---|
GridCrsType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
String |
getGridBaseCRS()
Gets the value of the gridBaseCRS property. |
String |
getGridCS()
When this GridCS reference is omitted, the GridCS defaults to the most commonly used grid coordinate system, which is referenced by the URN "urn:ogc:def:cs:OGC:0.0:Grid2dSquareCS". |
List<Double> |
getGridOffsets()
Gets the value of the gridOffsets property. |
List<Double> |
getGridOrigin()
When this GridOrigin position is omitted, the origin defaults be the most commonly used origin in a GridCRS used in the output part of a GetCapabilities operation request, namely "0 0". |
String |
getGridType()
When this GridType reference is omitted, the OperationMethod shall be the most commonly used method in a GridCRS, which is referenced by the default URN "urn:ogc:def:method:WCS:1.1:2dSimpleGrid". |
String |
getId()
Gets the value of the id property. |
CodeType |
getSrsName()
Gets the value of the srsName property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setGridBaseCRS(String value)
Sets the value of the gridBaseCRS property. |
void |
setGridCS(String value)
Sets the value of the gridCS property. |
void |
setGridOffsets(List<Double> value)
|
void |
setGridOrigin(List<Double> value)
|
void |
setGridType(String value)
Sets the value of the gridType property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setSrsName(CodeType value)
Sets the value of the srsName property. |
String |
toString()
|
GridCrsType |
withGridBaseCRS(String value)
|
GridCrsType |
withGridCS(String value)
|
GridCrsType |
withGridOffsets(Collection<Double> values)
|
GridCrsType |
withGridOffsets(Double... values)
|
GridCrsType |
withGridOffsets(List<Double> value)
|
GridCrsType |
withGridOrigin(Collection<Double> values)
|
GridCrsType |
withGridOrigin(Double... values)
|
GridCrsType |
withGridOrigin(List<Double> value)
|
GridCrsType |
withGridType(String value)
|
GridCrsType |
withId(String value)
|
GridCrsType |
withSrsName(CodeType value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected CodeType srsName
protected String gridBaseCRS
protected String gridType
protected List<Double> gridOrigin
protected List<Double> gridOffsets
protected String gridCS
protected String id
| Constructor Detail |
|---|
public GridCrsType()
| Method Detail |
|---|
public CodeType getSrsName()
CodeTypepublic void setSrsName(CodeType value)
value - allowed object is
CodeTypepublic String getGridBaseCRS()
Stringpublic void setGridBaseCRS(String value)
value - allowed object is
Stringpublic String getGridType()
Stringpublic void setGridType(String value)
value - allowed object is
Stringpublic List<Double> getGridOrigin()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the gridOrigin property.
For example, to add a new item, do as follows:
getGridOrigin().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getGridOffsets()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the gridOffsets property.
For example, to add a new item, do as follows:
getGridOffsets().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public String getGridCS()
Stringpublic void setGridCS(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrompublic void setGridOrigin(List<Double> value)
public void setGridOffsets(List<Double> value)
public GridCrsType withSrsName(CodeType value)
public GridCrsType withGridBaseCRS(String value)
public GridCrsType withGridType(String value)
public GridCrsType withGridOrigin(Double... values)
public GridCrsType withGridOrigin(Collection<Double> values)
public GridCrsType withGridOffsets(Double... values)
public GridCrsType withGridOffsets(Collection<Double> values)
public GridCrsType withGridCS(String value)
public GridCrsType withId(String value)
public GridCrsType withGridOrigin(List<Double> value)
public GridCrsType withGridOffsets(List<Double> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||