net.opengis.wcs.v_1_1
Class FieldType

java.lang.Object
  extended by net.opengis.ows.v_1_1_0.DescriptionType
      extended by net.opengis.wcs.v_1_1.FieldType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public class FieldType
extends DescriptionType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

Description of an individual field in a coverage range record.

Java class for FieldType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FieldType">
   <complexContent>
     <extension base="{http://www.opengis.net/ows/1.1}DescriptionType">
       <sequence>
         <element ref="{http://www.opengis.net/wcs/1.1}Identifier"/>
         <element name="Definition" type="{http://www.opengis.net/ows/1.1}UnNamedDomainType"/>
         <element name="NullValue" type="{http://www.opengis.net/ows/1.1}CodeType" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wcs/1.1}InterpolationMethods"/>
         <element name="Axis" type="{http://www.opengis.net/wcs/1.1}AxisType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AxisType> axis
           
protected  UnNamedDomainType definition
           
protected  String identifier
           
protected  InterpolationMethods interpolationMethods
           
protected  List<CodeType> nullValue
           
 
Fields inherited from class net.opengis.ows.v_1_1_0.DescriptionType
_abstract, keywords, title
 
Constructor Summary
FieldType()
           
 
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)
           
 List<AxisType> getAxis()
          Gets the value of the axis property.
 UnNamedDomainType getDefinition()
          Gets the value of the definition property.
 String getIdentifier()
          Identifier of this Field.
 InterpolationMethods getInterpolationMethods()
          Spatial interpolation method(s) that server can apply to this field.
 List<CodeType> getNullValue()
          Gets the value of the nullValue 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 setAxis(List<AxisType> value)
           
 void setDefinition(UnNamedDomainType value)
          Sets the value of the definition property.
 void setIdentifier(String value)
          Sets the value of the identifier property.
 void setInterpolationMethods(InterpolationMethods value)
          Sets the value of the interpolationMethods property.
 void setNullValue(List<CodeType> value)
           
 String toString()
           
 FieldType withAxis(AxisType... values)
           
 FieldType withAxis(Collection<AxisType> values)
           
 FieldType withAxis(List<AxisType> value)
           
 FieldType withDefinition(UnNamedDomainType value)
           
 FieldType withIdentifier(String value)
           
 FieldType withInterpolationMethods(InterpolationMethods value)
           
 FieldType withNullValue(CodeType... values)
           
 FieldType withNullValue(Collection<CodeType> values)
           
 FieldType withNullValue(List<CodeType> value)
           
 
Methods inherited from class net.opengis.ows.v_1_1_0.DescriptionType
getAbstract, getKeywords, getTitle, setAbstract, setKeywords, setTitle, withAbstract, withAbstract, withAbstract, withKeywords, withKeywords, withKeywords, withTitle, withTitle, withTitle
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

identifier

protected String identifier

definition

protected UnNamedDomainType definition

nullValue

protected List<CodeType> nullValue

interpolationMethods

protected InterpolationMethods interpolationMethods

axis

protected List<AxisType> axis
Constructor Detail

FieldType

public FieldType()
Method Detail

getIdentifier

public String getIdentifier()
Identifier of this Field. These field identifiers shall be unique in one CoverageDescription.

Returns:
possible object is String

setIdentifier

public void setIdentifier(String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

getDefinition

public UnNamedDomainType getDefinition()
Gets the value of the definition property.

Returns:
possible object is UnNamedDomainType

setDefinition

public void setDefinition(UnNamedDomainType value)
Sets the value of the definition property.

Parameters:
value - allowed object is UnNamedDomainType

getNullValue

public List<CodeType> getNullValue()
Gets the value of the nullValue property.

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 nullValue property.

For example, to add a new item, do as follows:

    getNullValue().add(newItem);
 

Objects of the following type(s) are allowed in the list CodeType


getInterpolationMethods

public InterpolationMethods getInterpolationMethods()
Spatial interpolation method(s) that server can apply to this field. One of these interpolation methods shall be used when a GetCoverage operation request requires resampling. When the only interpolation method listed is ‘none’, clients may only retrieve coverages from this coverage with its offered resolution and grid point locations.

Returns:
possible object is InterpolationMethods

setInterpolationMethods

public void setInterpolationMethods(InterpolationMethods value)
Sets the value of the interpolationMethods property.

Parameters:
value - allowed object is InterpolationMethods

getAxis

public List<AxisType> getAxis()
Gets the value of the axis property.

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 axis property.

For example, to add a new item, do as follows:

    getAxis().add(newItem);
 

Objects of the following type(s) are allowed in the list AxisType


toString

public String toString()
Overrides:
toString in class DescriptionType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class DescriptionType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class DescriptionType

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class DescriptionType

equals

public boolean equals(Object object)
Overrides:
equals in class DescriptionType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class DescriptionType

hashCode

public int hashCode()
Overrides:
hashCode in class DescriptionType

clone

public Object clone()
Overrides:
clone in class DescriptionType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class DescriptionType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class DescriptionType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
createNewInstance in class DescriptionType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class DescriptionType

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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class DescriptionType

setNullValue

public void setNullValue(List<CodeType> value)

setAxis

public void setAxis(List<AxisType> value)

withIdentifier

public FieldType withIdentifier(String value)

withDefinition

public FieldType withDefinition(UnNamedDomainType value)

withNullValue

public FieldType withNullValue(CodeType... values)

withNullValue

public FieldType withNullValue(Collection<CodeType> values)

withInterpolationMethods

public FieldType withInterpolationMethods(InterpolationMethods value)

withAxis

public FieldType withAxis(AxisType... values)

withAxis

public FieldType withAxis(Collection<AxisType> values)

withNullValue

public FieldType withNullValue(List<CodeType> value)

withAxis

public FieldType withAxis(List<AxisType> value)


Copyright © 2008-2015. All Rights Reserved.