Class MDGridSpatialRepresentationType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.AbstractMDSpatialRepresentationType
-
- net.opengis.iso19139.gmd.v_20070417.MDGridSpatialRepresentationType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
- Direct Known Subclasses:
MDGeorectifiedType,MDGeoreferenceableType
public class MDGridSpatialRepresentationType extends AbstractMDSpatialRepresentationType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Types and numbers of raster spatial objects in the datasetJava class for MD_GridSpatialRepresentation_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MD_GridSpatialRepresentation_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gmd}AbstractMD_SpatialRepresentation_Type"> <sequence> <element name="numberOfDimensions" type="{http://www.isotc211.org/2005/gco}Integer_PropertyType"/> <element name="axisDimensionProperties" type="{http://www.isotc211.org/2005/gmd}MD_Dimension_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="cellGeometry" type="{http://www.isotc211.org/2005/gmd}MD_CellGeometryCode_PropertyType"/> <element name="transformationParameterAvailability" type="{http://www.isotc211.org/2005/gco}Boolean_PropertyType"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<MDDimensionPropertyType>axisDimensionPropertiesprotected MDCellGeometryCodePropertyTypecellGeometryprotected IntegerPropertyTypenumberOfDimensionsprotected BooleanPropertyTypetransformationParameterAvailability-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description MDGridSpatialRepresentationType()Default no-arg constructorMDGridSpatialRepresentationType(String id, String uuid, IntegerPropertyType numberOfDimensions, List<MDDimensionPropertyType> axisDimensionProperties, MDCellGeometryCodePropertyType cellGeometry, BooleanPropertyType transformationParameterAvailability)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)List<MDDimensionPropertyType>getAxisDimensionProperties()Gets the value of the axisDimensionProperties property.MDCellGeometryCodePropertyTypegetCellGeometry()Gets the value of the cellGeometry property.IntegerPropertyTypegetNumberOfDimensions()Gets the value of the numberOfDimensions property.BooleanPropertyTypegetTransformationParameterAvailability()Gets the value of the transformationParameterAvailability property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetAxisDimensionProperties()booleanisSetCellGeometry()booleanisSetNumberOfDimensions()booleanisSetTransformationParameterAvailability()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetAxisDimensionProperties(List<MDDimensionPropertyType> value)voidsetCellGeometry(MDCellGeometryCodePropertyType value)Sets the value of the cellGeometry property.voidsetNumberOfDimensions(IntegerPropertyType value)Sets the value of the numberOfDimensions property.voidsetTransformationParameterAvailability(BooleanPropertyType value)Sets the value of the transformationParameterAvailability property.StringtoString()voidunsetAxisDimensionProperties()MDGridSpatialRepresentationTypewithAxisDimensionProperties(Collection<MDDimensionPropertyType> values)MDGridSpatialRepresentationTypewithAxisDimensionProperties(List<MDDimensionPropertyType> value)MDGridSpatialRepresentationTypewithAxisDimensionProperties(MDDimensionPropertyType... values)MDGridSpatialRepresentationTypewithCellGeometry(MDCellGeometryCodePropertyType value)MDGridSpatialRepresentationTypewithId(String value)MDGridSpatialRepresentationTypewithNumberOfDimensions(IntegerPropertyType value)MDGridSpatialRepresentationTypewithTransformationParameterAvailability(BooleanPropertyType value)MDGridSpatialRepresentationTypewithUuid(String value)
-
-
-
Field Detail
-
numberOfDimensions
protected IntegerPropertyType numberOfDimensions
-
axisDimensionProperties
protected List<MDDimensionPropertyType> axisDimensionProperties
-
cellGeometry
protected MDCellGeometryCodePropertyType cellGeometry
-
transformationParameterAvailability
protected BooleanPropertyType transformationParameterAvailability
-
-
Constructor Detail
-
MDGridSpatialRepresentationType
public MDGridSpatialRepresentationType()
Default no-arg constructor
-
MDGridSpatialRepresentationType
public MDGridSpatialRepresentationType(String id, String uuid, IntegerPropertyType numberOfDimensions, List<MDDimensionPropertyType> axisDimensionProperties, MDCellGeometryCodePropertyType cellGeometry, BooleanPropertyType transformationParameterAvailability)
Fully-initialising value constructor
-
-
Method Detail
-
getNumberOfDimensions
public IntegerPropertyType getNumberOfDimensions()
Gets the value of the numberOfDimensions property.- Returns:
- possible object is
IntegerPropertyType
-
setNumberOfDimensions
public void setNumberOfDimensions(IntegerPropertyType value)
Sets the value of the numberOfDimensions property.- Parameters:
value- allowed object isIntegerPropertyType
-
isSetNumberOfDimensions
public boolean isSetNumberOfDimensions()
-
getAxisDimensionProperties
public List<MDDimensionPropertyType> getAxisDimensionProperties()
Gets the value of the axisDimensionProperties 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 Jakarta XML Binding object. This is why there is not a
setmethod for the axisDimensionProperties property.For example, to add a new item, do as follows:
getAxisDimensionProperties().add(newItem);Objects of the following type(s) are allowed in the list
MDDimensionPropertyType
-
isSetAxisDimensionProperties
public boolean isSetAxisDimensionProperties()
-
unsetAxisDimensionProperties
public void unsetAxisDimensionProperties()
-
getCellGeometry
public MDCellGeometryCodePropertyType getCellGeometry()
Gets the value of the cellGeometry property.- Returns:
- possible object is
MDCellGeometryCodePropertyType
-
setCellGeometry
public void setCellGeometry(MDCellGeometryCodePropertyType value)
Sets the value of the cellGeometry property.- Parameters:
value- allowed object isMDCellGeometryCodePropertyType
-
isSetCellGeometry
public boolean isSetCellGeometry()
-
getTransformationParameterAvailability
public BooleanPropertyType getTransformationParameterAvailability()
Gets the value of the transformationParameterAvailability property.- Returns:
- possible object is
BooleanPropertyType
-
setTransformationParameterAvailability
public void setTransformationParameterAvailability(BooleanPropertyType value)
Sets the value of the transformationParameterAvailability property.- Parameters:
value- allowed object isBooleanPropertyType
-
isSetTransformationParameterAvailability
public boolean isSetTransformationParameterAvailability()
-
toString
public String toString()
- Overrides:
toStringin classAbstractMDSpatialRepresentationType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classAbstractMDSpatialRepresentationType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classAbstractMDSpatialRepresentationType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classAbstractMDSpatialRepresentationType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractMDSpatialRepresentationType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classAbstractMDSpatialRepresentationType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractMDSpatialRepresentationType
-
clone
public Object clone()
- Overrides:
clonein classAbstractMDSpatialRepresentationType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractMDSpatialRepresentationType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractMDSpatialRepresentationType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractMDSpatialRepresentationType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractMDSpatialRepresentationType
-
setAxisDimensionProperties
public void setAxisDimensionProperties(List<MDDimensionPropertyType> value)
-
withNumberOfDimensions
public MDGridSpatialRepresentationType withNumberOfDimensions(IntegerPropertyType value)
-
withAxisDimensionProperties
public MDGridSpatialRepresentationType withAxisDimensionProperties(MDDimensionPropertyType... values)
-
withAxisDimensionProperties
public MDGridSpatialRepresentationType withAxisDimensionProperties(Collection<MDDimensionPropertyType> values)
-
withCellGeometry
public MDGridSpatialRepresentationType withCellGeometry(MDCellGeometryCodePropertyType value)
-
withTransformationParameterAvailability
public MDGridSpatialRepresentationType withTransformationParameterAvailability(BooleanPropertyType value)
-
withAxisDimensionProperties
public MDGridSpatialRepresentationType withAxisDimensionProperties(List<MDDimensionPropertyType> value)
-
withId
public MDGridSpatialRepresentationType withId(String value)
- Overrides:
withIdin classAbstractMDSpatialRepresentationType
-
withUuid
public MDGridSpatialRepresentationType withUuid(String value)
- Overrides:
withUuidin classAbstractMDSpatialRepresentationType
-
-