Package ucar.unidata.data.gis
Class KmlId
java.lang.Object
ucar.unidata.data.gis.KmlId
This is used to identify a node or collection of nodes in the kml.
It is used as the id for the data choice
- Version:
- $Revision: 1.5 $ $Date: 2007/04/16 20:34:52 $
- Author:
- IDV development team
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
equalsGet the DisplayCategories property.Get the DocUrl property.getExtra()
Get the Extra property.getName()
Get the Name property.getType()
Get the Type property.int
hashCode()
hash codeboolean
Am I a ground overlayboolean
Am I a photo overlayboolean
Am I a placemark listboolean
isShapes()
Am I a shape collectionvoid
setDisplayCategories
(String value) Set the DisplayCategories property.void
Set the DocUrl property.void
Set the Extra property.void
Set the Name property.void
Set the Type property.toString()
to string
-
Field Details
-
NODE_GROUNDOVERLAY
Node type- See Also:
-
NODE_PHOTOOVERLAY
- See Also:
-
NODE_PLACEMARKS
Node type- See Also:
-
NODE_SHAPES
Node type- See Also:
-
-
Constructor Details
-
KmlId
public KmlId()ctor -
KmlId
ctor- Parameters:
type
- typename
- namedisplayCategories
- displayCategoriesdocUrl
- kml url
-
KmlId
ctor- Parameters:
type
- typename
- namedisplayCategories
- displayCategoriesdocUrl
- kml urlextra
- extra stuff
-
-
Method Details
-
isPlacemarks
public boolean isPlacemarks()Am I a placemark list- Returns:
- is placemarks
-
isGroundOverlay
public boolean isGroundOverlay()Am I a ground overlay- Returns:
- is ground overlay
-
isPhotoOverlay
public boolean isPhotoOverlay()Am I a photo overlay- Returns:
- is photo overlay
-
isShapes
public boolean isShapes()Am I a shape collection- Returns:
- is a shape collection
-
hashCode
public int hashCode()hash code -
toString
to string -
equals
equals -
setType
Set the Type property.- Parameters:
value
- The new value for Type
-
getType
Get the Type property.- Returns:
- The Type
-
setName
Set the Name property.- Parameters:
value
- The new value for Name
-
getName
Get the Name property.- Returns:
- The Name
-
setDisplayCategories
Set the DisplayCategories property.- Parameters:
value
- The new value for DisplayCategories
-
getDisplayCategories
Get the DisplayCategories property.- Returns:
- The DisplayCategories
-
setDocUrl
Set the DocUrl property.- Parameters:
value
- The new value for DocUrl
-
getDocUrl
Get the DocUrl property.- Returns:
- The DocUrl
-
setExtra
Set the Extra property.- Parameters:
value
- The new value for Extra
-
getExtra
Get the Extra property.- Returns:
- The Extra
-