|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.gis.KmlId
public class 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
| Field Summary | |
|---|---|
static String |
NODE_GROUNDOVERLAY
Node type |
static String |
NODE_PHOTOOVERLAY
|
static String |
NODE_PLACEMARKS
Node type |
static String |
NODE_SHAPES
Node type |
| Constructor Summary | |
|---|---|
KmlId()
ctor |
|
KmlId(String type,
String name,
String displayCategories,
String docUrl)
ctor |
|
KmlId(String type,
String name,
String displayCategories,
String docUrl,
Object extra)
ctor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
equals |
String |
getDisplayCategories()
Get the DisplayCategories property. |
String |
getDocUrl()
Get the DocUrl property. |
Object |
getExtra()
Get the Extra property. |
String |
getName()
Get the Name property. |
String |
getType()
Get the Type property. |
int |
hashCode()
hash code |
boolean |
isGroundOverlay()
Am I a ground overlay |
boolean |
isPhotoOverlay()
Am I a photo overlay |
boolean |
isPlacemarks()
Am I a placemark list |
boolean |
isShapes()
Am I a shape collection |
void |
setDisplayCategories(String value)
Set the DisplayCategories property. |
void |
setDocUrl(String value)
Set the DocUrl property. |
void |
setExtra(Object value)
Set the Extra property. |
void |
setName(String value)
Set the Name property. |
void |
setType(String value)
Set the Type property. |
String |
toString()
to string |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String NODE_GROUNDOVERLAY
public static final String NODE_PHOTOOVERLAY
public static final String NODE_PLACEMARKS
public static final String NODE_SHAPES
| Constructor Detail |
|---|
public KmlId()
public KmlId(String type,
String name,
String displayCategories,
String docUrl)
type - typename - namedisplayCategories - displayCategoriesdocUrl - kml url
public KmlId(String type,
String name,
String displayCategories,
String docUrl,
Object extra)
type - typename - namedisplayCategories - displayCategoriesdocUrl - kml urlextra - extra stuff| Method Detail |
|---|
public boolean isPlacemarks()
public boolean isGroundOverlay()
public boolean isPhotoOverlay()
public boolean isShapes()
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectobj - object
public void setType(String value)
value - The new value for Typepublic String getType()
public void setName(String value)
value - The new value for Namepublic String getName()
public void setDisplayCategories(String value)
value - The new value for DisplayCategoriespublic String getDisplayCategories()
public void setDocUrl(String value)
value - The new value for DocUrlpublic String getDocUrl()
public void setExtra(Object value)
value - The new value for Extrapublic Object getExtra()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||